Skip to content

Commit

Permalink
fixed build issue with mac x86_64
Browse files Browse the repository at this point in the history
  • Loading branch information
RealRTTV committed Dec 17, 2024
1 parent a0100b3 commit 3570685
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
fail-fast: false
matrix:
job:
- { target: x86_64-apple-darwin , os: macos-12, }
- { target: x86_64-apple-darwin , os: macos-14, }
- { target: aarch64-apple-darwin , os: macos-14, }
- { target: x86_64-pc-windows-msvc , os: windows-2019, }
- { target: x86_64-unknown-linux-gnu , os: ubuntu-20.04, dpkg_arch: amd64, use-cross: true }
Expand Down

0 comments on commit 3570685

Please sign in to comment.