Skip to content

Commit

Permalink
Merge pull request #76 from vlaci/update-macos
Browse files Browse the repository at this point in the history
ci: macos-12 -> macos-13
  • Loading branch information
vlaci authored Nov 18, 2024
2 parents b5a0558 + aec7872 commit cfa42fa
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 @@ -31,7 +31,7 @@ jobs:
arch: x86_64-linux
- os: ubuntu-latest
arch: aarch64-linux
- os: macos-12
- os: macos-13
arch: x86_64-darwin
name: Build Nix - ${{ matrix.arch }}.${{ matrix.os }}
runs-on: ${{ matrix.os }}
Expand Down Expand Up @@ -183,7 +183,7 @@ jobs:
MacOS:
needs: [Nix]
runs-on: macos-12
runs-on: macos-13
env:
MACOSX_DEPLOYMENT_TARGET: "10.9"
strategy:
Expand Down

0 comments on commit cfa42fa

Please sign in to comment.