From 9bb7aae7e44c3c0d827efd9269745e95f8c34892 Mon Sep 17 00:00:00 2001 From: Hannes Achleitner Date: Tue, 18 Jun 2024 05:46:46 +0200 Subject: [PATCH] XCode 15 --- .github/workflows/pull-request.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 5a05d1f84..6ce27fbf7 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -63,9 +63,11 @@ jobs: strategy: fail-fast: false matrix: - xcode: ["14.2.0", "13.4.1"] - macOS: ["macos-12"] + macOS: [ "macos-13" ] + xcode: [ "15.2.0" ] steps: + - name: Investigate available XCode versions + run: ls -n /Applications/ | grep Xcode* - uses: actions/checkout@v4.2.0 - name: Install gpg run: brew install gnupg