Skip to content

Commit 93ba8ef

Browse files
committed
Update runner to macos-13.
1 parent b856e4b commit 93ba8ef

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/tests.yml

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

1414
xcode-project-test:
15-
runs-on: macos-12
15+
runs-on: macos-13
1616
strategy:
1717
matrix:
1818
flags: [
@@ -32,7 +32,7 @@ jobs:
3232
${{ matrix.flags }}
3333
3434
pod-lib-lint:
35-
runs-on: macos-12
35+
runs-on: macos-13
3636
strategy:
3737
matrix:
3838
flags: [
@@ -50,7 +50,7 @@ jobs:
5050
run: pod lib lint --verbose ${{ matrix.flags }}
5151

5252
spm-build-test:
53-
runs-on: macos-12
53+
runs-on: macos-13
5454
steps:
5555
- uses: actions/checkout@v3
5656
- name: Build unit test target

0 commit comments

Comments
 (0)