Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yuanw authored Oct 14, 2023
1 parent 5fd56d2 commit ebb2ce3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
jobs:
mac:
runs-on: macos-latest-xlarge
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- name: Install Nix
Expand All @@ -14,7 +14,7 @@ jobs:
name: yuanwang-wf
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
#https://github.com/github/roadmap/issues/528
- run: nix build .#wk01174
- run: nix flake check
nixos:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit ebb2ce3

Please sign in to comment.