Skip to content

Commit

Permalink
verify if it works also on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
tsirysndr committed Jun 22, 2023
1 parent 9be08de commit 07302e1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/setup.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: Setup Crosup

on:
push:
branches:
Expand All @@ -10,8 +11,11 @@ on:

jobs:
setup-crosup:
runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}
continue-on-error: true
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
steps:
- uses: actions/checkout@v2
- name: Install Nix
Expand Down

0 comments on commit 07302e1

Please sign in to comment.