We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 562c7f3 commit b433362Copy full SHA for b433362
.github/workflows/tests.yml
@@ -21,6 +21,7 @@ jobs:
21
name: Build ${{ matrix.scheme }} (Xcode ${{ matrix.xcode_version }})
22
# NOTE: macos-latest is NOT equivalent to macos-12 as of September 2022.
23
# 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
25
needs: [swift_test]
26
strategy:
27
# Setting 'fail-fast' to 'true' implies the build will fail the first time it encounters an error.
0 commit comments