Skip to content

Commit ca8e404

Browse files
committedApr 23, 2024·
Restore runs-on
1 parent b7565b9 commit ca8e404

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
 

‎.github/workflows/tests.yml

+3-1
Original file line numberDiff line numberDiff 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.
@@ -28,6 +29,7 @@ jobs:
2829
scheme:
2930
- KeyboardDemo (iOS)
3031
- KeyboardDemo (macOS)
32+
3133
steps:
3234
- name: Build Demo
3335
uses: AudioKit/ci/.github/actions/build-demo@main

0 commit comments

Comments
 (0)
Please sign in to comment.