Skip to content

Commit

Permalink
flyci: Test CI service with M2 instance
Browse files Browse the repository at this point in the history
This might be a viable option for the time being to get some more
stability into the Apple Silicon support effort.

Signed-off-by: Johannes Demel <[email protected]>
  • Loading branch information
jdemel committed Jan 30, 2024
1 parent d605d9a commit 128a6f4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,11 @@ jobs:

build-macos:

runs-on: macos-latest
strategy:
matrix:
os: [macos-latest, flyci-macos-large-latest-m2]

runs-on: ${{ matrix.os }}

steps:
- uses: actions/[email protected]
Expand Down

0 comments on commit 128a6f4

Please sign in to comment.