Skip to content

Commit

Permalink
Switch macos version to 13 in release pipeline (#380)
Browse files Browse the repository at this point in the history
  • Loading branch information
Haard30 authored Apr 30, 2024
1 parent 05065db commit 797ba70
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,11 @@ jobs:
# We build on Linux, but don't yet ship Linux because we can't easily sign those releases.
runtime: [osx-x64, osx-arm64, win10-x64]
include:
# macos-latest (currently 14) breaks this flow. Refer https://github.com/actions/runner-images/issues/9766.
- runtime: osx-x64
os: macos-latest
os: macos-13
- runtime: osx-arm64
os: macos-latest
os: macos-13
- runtime: win10-x64
os: windows-latest
steps:
Expand Down

0 comments on commit 797ba70

Please sign in to comment.