Skip to content

Commit 60f6cdf

Browse files
authored
Update build.yml
Set runs-on to ${{ matrix.os }}
1 parent 6f53811 commit 60f6cdf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: [push, pull_request]
44

55
jobs:
66
build:
7-
runs-on: ubuntu-latest
7+
runs-on: ${{ matrix.os }}
88
continue-on-error: ${{ matrix.experimental }} # See: https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#jobsjob_idcontinue-on-error
99
strategy:
1010
matrix:

0 commit comments

Comments
 (0)