Skip to content

Commit

Permalink
Mark M1 runner as experimental (#142)
Browse files Browse the repository at this point in the history
  • Loading branch information
ptrdom authored Feb 22, 2024
1 parent c233be2 commit 6f14fff
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,13 @@ jobs:
build:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-14]
os: [ubuntu-latest, windows-latest]
experimental: [false]
include:
- os: macos-14
experimental: true
runs-on: ${{ matrix.os }}
continue-on-error: ${{ matrix.experimental }}
steps:
- uses: actions/checkout@v4
- uses: coursier/cache-action@v6
Expand Down

0 comments on commit 6f14fff

Please sign in to comment.