Skip to content

Commit ab6663f

Browse files
committed
Remove mac from CI
Workaround to #872
1 parent 8588681 commit ab6663f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ jobs:
1313
# Default value means that a failure in one OS cancels all
1414
fail-fast: false
1515
matrix:
16-
smalltalk: [ Pharo64-14, Pharo64-15 ]
17-
os: [ macos-latest, windows-latest ]
16+
smalltalk: [ Pharo64-13, Pharo64-14, Pharo64-15 ]
17+
os: [ windows-latest ] # macos-latest See https://github.com/pharo-graphics/Bloc/issues/872
1818
runs-on: ${{ matrix.os }}
1919
name: ${{ matrix.smalltalk }} on ${{ matrix.os }}
2020
steps:

0 commit comments

Comments
 (0)