Skip to content

Commit

Permalink
Merge pull request #2609 from informalsystems/th/macos-ci-nix
Browse files Browse the repository at this point in the history
Fix macOS CI `System Integrity Protection` issue
  • Loading branch information
thpani authored Jun 21, 2023
2 parents 8e5b9b9 + 59b2115 commit 636a704
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@ jobs:
# Allows other OS tests to proceed even if one fails
fail-fast: false
matrix:
# Pinned to maxos-10 as temp workaround for https://github.com/cachix/install-nix-action/issues/96
operating-system: [ubuntu-latest, macos-latest]
smt-encoding: [oopsla19, arrays]
exclude:
Expand Down Expand Up @@ -152,7 +151,7 @@ jobs:
${{ runner.os }}-nix-
${{ runner.os }}-
- name: Install Nix
uses: cachix/install-nix-action@v18
uses: cachix/install-nix-action@v22
with:
extra_nix_config: |
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -181,7 +180,7 @@ jobs:
${{ runner.os }}-nix-
${{ runner.os }}-
- name: Install Nix
uses: cachix/install-nix-action@v18
uses: cachix/install-nix-action@v22
with:
extra_nix_config: |
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 636a704

Please sign in to comment.