Skip to content

Commit

Permalink
Update precompilation macos to v12
Browse files Browse the repository at this point in the history
  • Loading branch information
paulgoetze committed Jul 10, 2024
1 parent 4eca475 commit 1a9e857
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ jobs:
job:
- { target: aarch64-unknown-linux-gnu , os: ubuntu-22.04 , use-cross: true }
- { target: aarch64-unknown-linux-musl , os: ubuntu-22.04 , use-cross: true }
- { target: aarch64-apple-darwin , os: macos-11 }
- { target: aarch64-apple-darwin , os: macos-12 }
- { target: riscv64gc-unknown-linux-gnu , os: ubuntu-22.04 , use-cross: true }
- { target: x86_64-apple-darwin , os: macos-11 }
- { target: x86_64-apple-darwin , os: macos-12 }
- { target: x86_64-unknown-linux-gnu , os: ubuntu-22.04 }
- { target: x86_64-unknown-linux-musl , os: ubuntu-22.04 , use-cross: true }
- { target: x86_64-pc-windows-gnu , os: windows-2019 }
Expand Down

0 comments on commit 1a9e857

Please sign in to comment.