X Tutup
Skip to content

Commit fbb749f

Browse files
committed
yaml
1 parent b1ca3ec commit fbb749f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,16 @@ on:
1010

1111
jobs:
1212
build:
13+
runs-on: ubuntu-20.04
1314
strategy:
1415
matrix:
15-
os: [ ubuntu-20.04, macos-latest ]
1616
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 ]
1717
experimental: [ false ]
1818
include:
1919
- smalltalk: Pharo64-11
2020
experimental: true
2121
- smalltalk: Squeak64-trunk
2222
experimental: true
23-
runs-on: ${{ matrix.os }}
2423
continue-on-error: ${{ matrix.experimental }}
2524
name: ${{ matrix.smalltalk }}
2625
steps:

0 commit comments

Comments
 (0)
X Tutup