From 7560b6c252e0d5bd6008f18e5bfe878211c9a934 Mon Sep 17 00:00:00 2001 From: Davide De Rosa Date: Sun, 10 Mar 2024 21:54:57 +0100 Subject: [PATCH] Use Xcode 15.2 in CI --- .github/workflows/release.yml | 5 ++++- .version | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0879b37..e27ebde 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 diff --git a/.version b/.version index a4a99ca..7b86af1 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -3.2.0-6 +3.2.0-7