Skip to content

Commit

Permalink
Restore runs-on
Browse files Browse the repository at this point in the history
  • Loading branch information
aure committed Apr 23, 2024
1 parent b7565b9 commit ca8e404
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,13 @@ jobs:
with:
scheme: Keyboard
platforms: iOS macOS
swift-versions: 5.7

build_demo:
name: Build ${{ matrix.scheme }} (Xcode ${{ matrix.xcode_version }})
# NOTE: macos-latest is NOT equivalent to macos-12 as of September 2022.
# Source: https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners#supported-runners-and-hardware-resources
runs-on: macos-13
runs-on: macos-12
needs: [swift_test]
strategy:
# Disabling fail-fast ensures that the job will run all configurations of the matrix, even if one fails.
Expand All @@ -28,6 +29,7 @@ jobs:
scheme:
- KeyboardDemo (iOS)
- KeyboardDemo (macOS)

steps:
- name: Build Demo
uses: AudioKit/ci/.github/actions/build-demo@main
Expand Down

0 comments on commit ca8e404

Please sign in to comment.