Skip to content

Commit

Permalink
Try out FlyCI as M1 macOS runner.
Browse files Browse the repository at this point in the history
  • Loading branch information
atsushieno committed Apr 11, 2024
1 parent 3b0ff54 commit feff0c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-22.04, macos-13] #, windows-latest]
os: [ubuntu-22.04, flyci-macos-large-latest-m1] #, windows-latest]
steps:
- name: checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit feff0c6

Please sign in to comment.