Skip to content

Commit 3262895

Browse files
committed
Drop Windows CI support
1 parent 83f7ce8 commit 3262895

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
test-sbt:
2525
strategy:
2626
matrix:
27-
os: [ubuntu-latest, windows-latest, macOS-latest]
27+
os: [ubuntu-latest, macOS-latest]
2828
jvm: ['adopt:1.8', 'adopt:1.11', 'temurin:1.17']
2929
fail-fast: false
3030
name: Test sbt plugin on ${{ matrix.os }} - ${{ matrix.jvm }}
@@ -48,7 +48,7 @@ jobs:
4848
test-action:
4949
strategy:
5050
matrix:
51-
os: [ubuntu-latest, macOS-latest, windows-latest]
51+
os: [ubuntu-latest, macOS-latest]
5252
fail-fast: false
5353
name: Test Github action on ${{ matrix.os }}
5454
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)