Skip to content

Commit 757e830

Browse files
test: Use macos-14 and xcode 15
1 parent 01dc3b8 commit 757e830

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/prepare_release.yml

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

88
jobs:
99
build-and-release:
10-
runs-on: macos-latest
10+
runs-on: macos-14
1111
steps:
1212
- name: Checkout
1313
uses: actions/checkout@v4
@@ -16,7 +16,7 @@ jobs:
1616
run: brew link --overwrite swiftlint || brew install swiftlint
1717

1818
- name: Set up XCode
19-
run: sudo xcode-select --switch /Applications/Xcode_16.4.app
19+
run: sudo xcode-select --switch /Applications/Xcode_15.0.app
2020

2121
- name: Set up Ruby
2222
uses: ruby/setup-ruby@v1

0 commit comments

Comments
 (0)