Skip to content

Commit a4c5d32

Browse files
committed
Issue #37: update ci.yml
1 parent 1dc689b commit a4c5d32

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/ci.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,17 @@ jobs:
1313
matrix:
1414
os: [ ubuntu-24.04, ubuntu-22.04 ]
1515
smalltalk: [ 3.6.6, 3.6.8, 3.7.0, 3.7.1, 3.7.2, 3.7.4.1 ]
16-
include:
17-
- smalltalk: 3.7.4.1
18-
os: macos-14
16+
# include:
17+
# - smalltalk: 3.7.4.1
18+
# os: macos-14
1919
# - smalltalk: 3.7.2
2020
# os: macos-14
2121
# - smalltalk: 3.7.1
2222
# os: macos-14
23-
- smalltalk: 3.6.8
24-
os: macos-13
25-
- smalltalk: 3.6.6
26-
os: macos-13
23+
# - smalltalk: 3.6.8
24+
# os: macos-13
25+
# - smalltalk: 3.6.6
26+
# os: macos-13
2727
runs-on: ${{ matrix.os }}
2828
env:
2929
GS_VERS: ${{ matrix.smalltalk }}
@@ -174,7 +174,7 @@ jobs:
174174
- name: run rowanV3 test
175175
run: |
176176
echo "CI=$CI"
177-
if [ "$GS_VERS" = "3.7.2" ]; then
177+
if [ "$GS_VERS" = "" ]; then #unconditional skip of RowanV3 tests for now
178178
$GSDEVKIT_STONES_ROOT/tests/test_rowanV3.sh
179179
gslist.solo -lc
180180
deleteRegistry.solo test_rowanV3 -f
@@ -188,7 +188,7 @@ jobs:
188188
name: Post Workflow Status To Slack
189189
needs:
190190
- build
191-
runs-on: ubuntu-24.04
191+
runs-on: ubuntu-latest
192192
steps:
193193
- name: Slack Workflow Notification
194194
uses: Gamesight/slack-workflow-status@master

0 commit comments

Comments
 (0)