Skip to content

Commit

Permalink
Merge pull request #43 from DeterminateSystems/grahamc-patch-1
Browse files Browse the repository at this point in the history
Use recent macos
  • Loading branch information
grahamc authored Nov 6, 2024
2 parents 078f5f7 + 63590b4 commit 39e7895
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
run-x86_64-darwin-clean:
name: Run x86_64 Darwin (clean)
needs: build-check-typescript
runs-on: macos-12
runs-on: macos-13
steps:
- uses: actions/checkout@v4
- name: Check flake.lock
Expand All @@ -61,7 +61,7 @@ jobs:
run-x86_64-darwin-dirty:
name: Run x86_64 Darwin (dirty)
needs: build-check-typescript
runs-on: macos-12
runs-on: macos-13
steps:
- uses: actions/checkout@v4
- name: Check flake.lock
Expand Down

0 comments on commit 39e7895

Please sign in to comment.