Skip to content

Commit

Permalink
Bring back runs-on
Browse files Browse the repository at this point in the history
  • Loading branch information
aure committed Apr 23, 2024
1 parent 9731564 commit b7565b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
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-12
runs-on: macos-13
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,7 +28,7 @@ jobs:
scheme:
- KeyboardDemo (iOS)
- KeyboardDemo (macOS)
\ steps:
steps:
- name: Build Demo
uses: AudioKit/ci/.github/actions/build-demo@main
with:
Expand Down

0 comments on commit b7565b9

Please sign in to comment.