Skip to content

Commit

Permalink
Merge pull request #752 from jdemel/test-flyci
Browse files Browse the repository at this point in the history
flyci: Test CI service with M2 instance
  • Loading branch information
jdemel authored Feb 9, 2024
2 parents a75556f + 128a6f4 commit 77c73c6
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 77c73c6

Please sign in to comment.