File tree 1 file changed +3
-1
lines changed
1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -14,12 +14,13 @@ jobs:
14
14
with :
15
15
scheme : Keyboard
16
16
platforms : iOS macOS
17
+ swift-versions : 5.7
17
18
18
19
build_demo :
19
20
name : Build ${{ matrix.scheme }} (Xcode ${{ matrix.xcode_version }})
20
21
# NOTE: macos-latest is NOT equivalent to macos-12 as of September 2022.
21
22
# 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
23
24
needs : [swift_test]
24
25
strategy :
25
26
# Disabling fail-fast ensures that the job will run all configurations of the matrix, even if one fails.
28
29
scheme :
29
30
- KeyboardDemo (iOS)
30
31
- KeyboardDemo (macOS)
32
+
31
33
steps :
32
34
- name : Build Demo
33
35
uses : AudioKit/ci/.github/actions/build-demo@main
You can’t perform that action at this time.
0 commit comments