Skip to content

Commit

Permalink
Use Xcode 15.2 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
keeshux committed Mar 10, 2024
1 parent 65c0b5a commit 7560b6c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,11 @@ on:
jobs:
publish_binary_release:
name: Publish binary release
runs-on: macos-12
runs-on: macos-14-large
steps:
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: "15.2"
- uses: actions/checkout@v2
- name: Build OpenSSL
id: lib
Expand Down
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.2.0-6
3.2.0-7

0 comments on commit 7560b6c

Please sign in to comment.