Skip to content

Commit

Permalink
Update workflows runner to macos-12 (google#230)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdmathias authored Apr 28, 2023
1 parent a122326 commit a82d26c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
jobs:

pod-lib-lint:
runs-on: macOS-11
runs-on: macos-12
steps:
- uses: actions/checkout@v3
- name: Update Bundler
Expand All @@ -23,7 +23,7 @@ jobs:
run: pod lib lint GTMAppAuth.podspec --verbose

spm-build-test:
runs-on: macOS-11
runs-on: macos-12
steps:
- uses: actions/checkout@v3
- name: Build package
Expand Down

0 comments on commit a82d26c

Please sign in to comment.