Skip to content

Commit

Permalink
Ask for per-OS runners
Browse files Browse the repository at this point in the history
  • Loading branch information
NorseDreki committed Jan 23, 2024
1 parent 604b804 commit c93a9a3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@ on:

jobs:
build:
runs-on: [macos-latest, ubuntu-latest]
strategy:
matrix:
os: [ macos-latest, ubuntu-latest ]
runs-on: ${{ matrix.os }}

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit c93a9a3

Please sign in to comment.