Skip to content

Commit

Permalink
Update runs-on in build job
Browse files Browse the repository at this point in the history
  • Loading branch information
yousiki committed Mar 24, 2024
1 parent 2640bcf commit 8b4e2fe
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build-devshell.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@ on:

jobs:
build:
runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
environment: cachix
steps:
- name: Checkout repository
Expand Down

0 comments on commit 8b4e2fe

Please sign in to comment.