Skip to content

Commit 20b7fb7

Browse files
committed
Drop running CI jobs on macos-m1 custom runner
1 parent aef7458 commit 20b7fb7

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Diff for: .github/workflows/test.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
os: [ubuntu-latest, macOS-latest, macOS-m1, windows-latest]
17+
os: [ubuntu-latest, macOS-13, macOS-latest, windows-latest]
1818
jvm: ['temurin:17']
1919
steps:
2020
- uses: actions/checkout@v4
@@ -34,8 +34,6 @@ jobs:
3434
- run: echo 'name := "foo"' > build.sbt
3535
- id: scala-cli-setup
3636
uses: ./
37-
env:
38-
COURSIER_BIN_DIR: ${{ github.workspace }}/cs/bin
3937
with:
4038
jvm: ${{ matrix.jvm }}
4139
apps: sbt sbtn ammonite bloop:1.4.11

0 commit comments

Comments
 (0)