Skip to content

Commit b7565b9

Browse files
committed
Bring back runs-on
1 parent 9731564 commit b7565b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
name: Build ${{ matrix.scheme }} (Xcode ${{ matrix.xcode_version }})
2020
# NOTE: macos-latest is NOT equivalent to macos-12 as of September 2022.
2121
# 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
22+
runs-on: macos-13
2323
needs: [swift_test]
2424
strategy:
2525
# Disabling fail-fast ensures that the job will run all configurations of the matrix, even if one fails.
@@ -28,7 +28,7 @@ jobs:
2828
scheme:
2929
- KeyboardDemo (iOS)
3030
- KeyboardDemo (macOS)
31-
\ steps:
31+
steps:
3232
- name: Build Demo
3333
uses: AudioKit/ci/.github/actions/build-demo@main
3434
with:

0 commit comments

Comments
 (0)