Skip to content

Commit

Permalink
Move runs-on to be a child of build rather than strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
kurtkilpela committed Jun 28, 2024
1 parent 7613033 commit 71f798d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ on:

jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
runs-on: ${{ matrix.os }}
matrix:
os: [ ubuntu-20.04, ubuntu-22.04 ]
smalltalk: [ 3.6.6, 3.6.8, 3.7.0, 3.7.1 ]
Expand Down

0 comments on commit 71f798d

Please sign in to comment.