Skip to content

Commit

Permalink
[GH-65] Update macOS version for x86_64 to fix compatibility issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
Un1oR committed Feb 7, 2025
1 parent 27dd143 commit d8dfba5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- os: macos-latest
arch: aarch64
nixArch: aarch64-darwin
- os: macos-13
- os: macos-15-large
arch: x64
nixArch: x86_64-darwin
steps:
Expand All @@ -51,6 +51,10 @@ jobs:
with:
fetch-depth: 0

# https://github.com/NixOS/nix/issues/2242#issuecomment-2162151470
- name: macOS 15 eDSRecordAlreadyExists workaround
run: echo "NIX_INSTALLER_NIX_BUILD_USER_ID_BASE=400" >> $GITHUB_ENV

- name: Install Nix
uses: cachix/install-nix-action@v27
with:
Expand Down

0 comments on commit d8dfba5

Please sign in to comment.