Skip to content

Commit

Permalink
ci: Use macos-13
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Dec 4, 2024
1 parent f61ef29 commit b7e5eb5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,16 +39,16 @@ jobs:
- target: aarch64-unknown-linux-gnu
- target: aarch64-unknown-linux-musl
- target: aarch64-apple-darwin
os: macos-12
os: macos-13
- target: x86_64-unknown-linux-gnu
- target: x86_64-unknown-linux-musl
- target: x86_64-apple-darwin
os: macos-12
os: macos-13
- target: x86_64-pc-windows-msvc
os: windows-2019
- target: x86_64-unknown-freebsd
- target: universal-apple-darwin
os: macos-12
os: macos-13
runs-on: ${{ matrix.os || 'ubuntu-20.04' }}
timeout-minutes: 60
permissions:
Expand Down

0 comments on commit b7e5eb5

Please sign in to comment.