We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ec7734 commit 3d5d75fCopy full SHA for 3d5d75f
.github/workflows/macos.yml
@@ -21,7 +21,7 @@ jobs:
21
22
build_macOS_x64:
23
name: Building macOS x64
24
- runs-on: macos-12
+ runs-on: macos-14
25
steps:
26
- uses: actions/checkout@v3
27
with:
.github/workflows/release.yml
@@ -244,7 +244,7 @@ jobs:
244
publish_macOS_x64:
245
name: Publish macOS x64
246
needs: [draft_release]
247
248
249
250
0 commit comments