Skip to content

Commit

Permalink
Upgrade runner to macos-13
Browse files Browse the repository at this point in the history
  • Loading branch information
tothtamas28 committed Jun 20, 2023
1 parent 5734d0f commit 0d9104a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ jobs:
matrix:
include:
- runner: normal
- runner: macos-12
- runner: macos-13
- runner: ARM64
needs: version-bump
runs-on: ${{ matrix.runner }}
Expand All @@ -186,14 +186,14 @@ jobs:
# Check out pull request HEAD instead of merge commit.
ref: ${{ github.event.pull_request.head.sha }}
- name: 'Install Nix'
if: ${{ matrix.runner == 'macos-12' }}
if: ${{ matrix.runner == 'macos-13' }}
uses: cachix/install-nix-action@v19
with:
install_url: https://releases.nixos.org/nix/nix-2.13.3/install
extra_nix_config: |
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
- name: 'Install Cachix'
if: ${{ matrix.runner == 'macos-12' }}
if: ${{ matrix.runner == 'macos-13' }}
uses: cachix/cachix-action@v12
with:
name: k-framework
Expand Down

0 comments on commit 0d9104a

Please sign in to comment.