Skip to content

Commit 6566590

Browse files
committed
Update macOS and Xcode versions
1 parent 48b8ce5 commit 6566590

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ on:
1010
jobs:
1111
publish_binary_release:
1212
name: Publish binary release
13-
runs-on: macos-14
13+
runs-on: macos-15
1414
timeout-minutes: 60
1515
steps:
1616
- uses: actions/checkout@v4
1717
- uses: maxim-lobanov/setup-xcode@v1
1818
with:
19-
xcode-version: "15.2"
19+
xcode-version: "16.3"
2020
- uses: passepartoutvpn/action-release-binary-package@master
2121
with:
2222
script: "ci-generate.sh"

.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.5.0-0
1+
3.5.0-1

0 commit comments

Comments
 (0)