Skip to content

Commit

Permalink
Drop running CI jobs on macos-m1 custom runner
Browse files Browse the repository at this point in the history
  • Loading branch information
Gedochao committed Aug 1, 2024
1 parent aef7458 commit 20b7fb7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macOS-latest, macOS-m1, windows-latest]
os: [ubuntu-latest, macOS-13, macOS-latest, windows-latest]
jvm: ['temurin:17']
steps:
- uses: actions/checkout@v4
Expand All @@ -34,8 +34,6 @@ jobs:
- run: echo 'name := "foo"' > build.sbt
- id: scala-cli-setup
uses: ./
env:
COURSIER_BIN_DIR: ${{ github.workspace }}/cs/bin
with:
jvm: ${{ matrix.jvm }}
apps: sbt sbtn ammonite bloop:1.4.11
Expand Down

0 comments on commit 20b7fb7

Please sign in to comment.