Skip to content

Commit 71fe205

Browse files
committed
Backport new runner for building OSX binary (required for release)
1 parent 0ac821a commit 71fe205

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/osxbinary.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
jobs:
1111
macos-13:
12-
runs-on: macos-13
12+
runs-on: macos-14
1313
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name
1414
steps:
1515
- uses: actions/checkout@v6
@@ -33,5 +33,5 @@ jobs:
3333
- run: make osx-dmg
3434
- uses: actions/upload-artifact@v5
3535
with:
36-
name: artifact-osx-13
36+
name: artifact-osx-14
3737
path: "*.dmg"

0 commit comments

Comments
 (0)