X Tutup
Skip to content

Commit 33702ab

Browse files
authored
Update ci.yml
1 parent 0edad88 commit 33702ab

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,18 @@ on:
1010

1111
jobs:
1212
build:
13-
runs-on: ubuntu-18.04
1413
strategy:
15-
fail-fast: false
1614
matrix:
17-
smalltalk: [ Pharo64-10, Pharo64-9.0, Pharo64-8.0, Pharo64-7.0, GemStone64-3.6.3, GemStone64-3.5.7, GemStone64-3.4.5, GemStone64-3.3.9, GemStone64-3.2.17, GemStone64-3.1.0.6, Squeak64-5.3, Squeak64-5.2, Squeak64-5.1 ]
15+
os: [ ubuntu-20.04, macos-latest ]
16+
smalltalk: [ Pharo64-10, Pharo64-9.0, Pharo64-8.0, Pharo64-7.0, GemStone64-3.6.5, GemStone64-3.5.8, Squeak64-5.3, Squeak64-5.2, Squeak64-5.1 ]
1817
experimental: [ false ]
1918
include:
2019
- smalltalk: Pharo64-11
2120
experimental: true
2221
- smalltalk: Squeak64-trunk
2322
experimental: true
2423
continue-on-error: ${{ matrix.experimental }}
24+
runs-on: ${{ matrix.smalltalk }}
2525
name: ${{ matrix.smalltalk }}
2626
steps:
2727
- name: Get current date
@@ -63,7 +63,7 @@ jobs:
6363
name: Post Workflow Status To Slack
6464
needs:
6565
- build
66-
runs-on: ubuntu-18.04
66+
runs-on: ubuntu-20.04
6767
steps:
6868
- name: Slack Workflow Notification
6969
uses: Gamesight/slack-workflow-status@master

0 commit comments

Comments
 (0)
X Tutup