File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -14,12 +14,13 @@ jobs:
1414 with :
1515 scheme : Keyboard
1616 platforms : iOS macOS
17+ swift-versions : 5.7
1718
1819 build_demo :
1920 name : Build ${{ matrix.scheme }} (Xcode ${{ matrix.xcode_version }})
2021 # NOTE: macos-latest is NOT equivalent to macos-12 as of September 2022.
2122 # Source: https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners#supported-runners-and-hardware-resources
22- runs-on : macos-13
23+ runs-on : macos-12
2324 needs : [swift_test]
2425 strategy :
2526 # Disabling fail-fast ensures that the job will run all configurations of the matrix, even if one fails.
2829 scheme :
2930 - KeyboardDemo (iOS)
3031 - KeyboardDemo (macOS)
32+
3133 steps :
3234 - name : Build Demo
3335 uses : AudioKit/ci/.github/actions/build-demo@main
You can’t perform that action at this time.
0 commit comments