We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
macos-m1
1 parent aef7458 commit 20b7fb7Copy full SHA for 20b7fb7
.github/workflows/test.yml
@@ -14,7 +14,7 @@ jobs:
14
strategy:
15
fail-fast: false
16
matrix:
17
- os: [ubuntu-latest, macOS-latest, macOS-m1, windows-latest]
+ os: [ubuntu-latest, macOS-13, macOS-latest, windows-latest]
18
jvm: ['temurin:17']
19
steps:
20
- uses: actions/checkout@v4
@@ -34,8 +34,6 @@ jobs:
34
- run: echo 'name := "foo"' > build.sbt
35
- id: scala-cli-setup
36
uses: ./
37
- env:
38
- COURSIER_BIN_DIR: ${{ github.workspace }}/cs/bin
39
with:
40
jvm: ${{ matrix.jvm }}
41
apps: sbt sbtn ammonite bloop:1.4.11
0 commit comments