Skip to content

Commit 81d0e91

Browse files
authored
Removed windows from the CI
1 parent ee56003 commit 81d0e91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
build:
1515
strategy:
1616
matrix:
17-
os: [ macos-latest, windows-latest, ubuntu-latest]
17+
os: [ macos-latest, ubuntu-latest]
1818
smalltalk: [ Pharo64-9.0, Pharo64-10, Pharo64-11, Pharo64-12, Pharo64-13 ]
1919
runs-on: ${{ matrix.os }}
2020
name: ${{ matrix.smalltalk }}

0 commit comments

Comments
 (0)