Skip to content

Commit

Permalink
Simplify workflow (#1493)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexarchambault authored Feb 25, 2025
1 parent 2631a06 commit 4636c2e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,11 @@ jobs:
fail-fast: false
matrix:
OS: [ubuntu-latest]
JDK: [21]
SCALA: [2.12.19, 2.12.20, 2.13.15, 2.13.16, 3.3.5, 3.4.3, 3.6.3]
include:
- OS: windows-latest
JDK: 21
SCALA: 2.13.16
- OS: macos-13
JDK: 21
SCALA: 2.13.16
steps:
- uses: actions/checkout@v4
Expand All @@ -55,7 +52,7 @@ jobs:
submodules: true
- uses: coursier/[email protected]
with:
jvm: ${{ matrix.JDK }}
jvm: 21
apps:
- run: ./mill -i "__[$SCALA].test"
shell: bash
Expand Down

0 comments on commit 4636c2e

Please sign in to comment.