Skip to content

Commit 797ba70

Browse files
authored
Switch macos version to 13 in release pipeline (#380)
1 parent 05065db commit 797ba70

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,11 @@ jobs:
4242
# We build on Linux, but don't yet ship Linux because we can't easily sign those releases.
4343
runtime: [osx-x64, osx-arm64, win10-x64]
4444
include:
45+
# macos-latest (currently 14) breaks this flow. Refer https://github.com/actions/runner-images/issues/9766.
4546
- runtime: osx-x64
46-
os: macos-latest
47+
os: macos-13
4748
- runtime: osx-arm64
48-
os: macos-latest
49+
os: macos-13
4950
- runtime: win10-x64
5051
os: windows-latest
5152
steps:

0 commit comments

Comments
 (0)