We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9731564 commit b7565b9Copy full SHA for b7565b9
.github/workflows/tests.yml
@@ -19,7 +19,7 @@ jobs:
19
name: Build ${{ matrix.scheme }} (Xcode ${{ matrix.xcode_version }})
20
# NOTE: macos-latest is NOT equivalent to macos-12 as of September 2022.
21
# Source: https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners#supported-runners-and-hardware-resources
22
- runs-on: macos-12
+ runs-on: macos-13
23
needs: [swift_test]
24
strategy:
25
# Disabling fail-fast ensures that the job will run all configurations of the matrix, even if one fails.
@@ -28,7 +28,7 @@ jobs:
28
scheme:
29
- KeyboardDemo (iOS)
30
- KeyboardDemo (macOS)
31
-\ steps:
+ steps:
32
- name: Build Demo
33
uses: AudioKit/ci/.github/actions/build-demo@main
34
with:
0 commit comments