Skip to content

Commit b433362

Browse files
committed
Restore runs-on
1 parent 562c7f3 commit b433362

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/tests.yml

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
name: Build ${{ matrix.scheme }} (Xcode ${{ matrix.xcode_version }})
2222
# NOTE: macos-latest is NOT equivalent to macos-12 as of September 2022.
2323
# Source: https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners#supported-runners-and-hardware-resources
24+
runs-on: macos-13
2425
needs: [swift_test]
2526
strategy:
2627
# Setting 'fail-fast' to 'true' implies the build will fail the first time it encounters an error.

0 commit comments

Comments
 (0)