Skip to content

Commit 76cb7f1

Browse files
authored
remove linux & mac from CI
1 parent 66e552f commit 76cb7f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Pharo11CI.yml

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

0 commit comments

Comments
 (0)