Skip to content

Commit

Permalink
try runner.os
Browse files Browse the repository at this point in the history
  • Loading branch information
tserg committed Jan 12, 2025
1 parent b71d0e4 commit 15f7b5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ defaults:

jobs:
unix-build:
runs-on: ${{ matrix.os }}
runs-on: ${{ runner.os }}
strategy:
matrix:
os: [ubuntu-20.04, macos-latest]
Expand Down

0 comments on commit 15f7b5c

Please sign in to comment.