Skip to content

Commit a82d26c

Browse files
authored
Update workflows runner to macos-12 (google#230)
1 parent a122326 commit a82d26c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
jobs:
1313

1414
pod-lib-lint:
15-
runs-on: macOS-11
15+
runs-on: macos-12
1616
steps:
1717
- uses: actions/checkout@v3
1818
- name: Update Bundler
@@ -23,7 +23,7 @@ jobs:
2323
run: pod lib lint GTMAppAuth.podspec --verbose
2424

2525
spm-build-test:
26-
runs-on: macOS-11
26+
runs-on: macos-12
2727
steps:
2828
- uses: actions/checkout@v3
2929
- name: Build package

0 commit comments

Comments
 (0)