From 204a33bd9c3903b21356a7f3d02d8f650c13d8ed Mon Sep 17 00:00:00 2001 From: Eitot Date: Sun, 3 Nov 2024 12:42:44 +0100 Subject: [PATCH] Update GitHub Action for Xcode 16.1 --- .github/workflows/xcodebuild.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/xcodebuild.yml b/.github/workflows/xcodebuild.yml index 42438fa5ed..1185cd7551 100644 --- a/.github/workflows/xcodebuild.yml +++ b/.github/workflows/xcodebuild.yml @@ -1,3 +1,5 @@ +# GitHub Actions runners: https://github.com/actions/runner-images + name: Build and test on: @@ -17,9 +19,9 @@ jobs: - os: macos-14 xcode: Xcode 15 developer-dir: /Applications/Xcode_15.4.app/Contents/Developer - - os: macos-14 + - os: macos-15 xcode: Xcode 16 - developer-dir: /Applications/Xcode_16.app/Contents/Developer + developer-dir: /Applications/Xcode_16.1.app/Contents/Developer name: Test with ${{ matrix.xcode }} runs-on: ${{ matrix.os }} env: