We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33702ab commit 807d57aCopy full SHA for 807d57a
.github/workflows/ci.yml
@@ -21,7 +21,7 @@ jobs:
21
- smalltalk: Squeak64-trunk
22
experimental: true
23
continue-on-error: ${{ matrix.experimental }}
24
- runs-on: ${{ matrix.smalltalk }}
+ runs-on: ${{ matrix.os }}
25
name: ${{ matrix.smalltalk }}
26
steps:
27
- name: Get current date
0 commit comments