X Tutup
Skip to content

Commit 807d57a

Browse files
committed
yaml
1 parent 33702ab commit 807d57a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- smalltalk: Squeak64-trunk
2222
experimental: true
2323
continue-on-error: ${{ matrix.experimental }}
24-
runs-on: ${{ matrix.smalltalk }}
24+
runs-on: ${{ matrix.os }}
2525
name: ${{ matrix.smalltalk }}
2626
steps:
2727
- name: Get current date

0 commit comments

Comments
 (0)
X Tutup