We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee56003 commit 81d0e91Copy full SHA for 81d0e91
.github/workflows/CI.yml
@@ -14,7 +14,7 @@ jobs:
14
build:
15
strategy:
16
matrix:
17
- os: [ macos-latest, windows-latest, ubuntu-latest]
+ os: [ macos-latest, ubuntu-latest]
18
smalltalk: [ Pharo64-9.0, Pharo64-10, Pharo64-11, Pharo64-12, Pharo64-13 ]
19
runs-on: ${{ matrix.os }}
20
name: ${{ matrix.smalltalk }}
0 commit comments