We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05065db commit 797ba70Copy full SHA for 797ba70
.github/workflows/release.yml
@@ -42,10 +42,11 @@ jobs:
42
# We build on Linux, but don't yet ship Linux because we can't easily sign those releases.
43
runtime: [osx-x64, osx-arm64, win10-x64]
44
include:
45
+ # macos-latest (currently 14) breaks this flow. Refer https://github.com/actions/runner-images/issues/9766.
46
- runtime: osx-x64
- os: macos-latest
47
+ os: macos-13
48
- runtime: osx-arm64
49
50
- runtime: win10-x64
51
os: windows-latest
52
steps:
0 commit comments