From 12c52113e9afcaf0288928a6fdb6abd361f81b2b Mon Sep 17 00:00:00 2001 From: Niels Lohmann Date: Sat, 3 Dec 2022 14:21:16 +0100 Subject: [PATCH] :construction_worker: adjust macos runner --- .github/workflows/macos.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 7eaedd73c..ed867f45f 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -35,7 +35,7 @@ jobs: runs-on: macos-12 strategy: matrix: - xcode: ['13.1', '13.2.1', '13.3.1', '13.4.1'] + xcode: ['13.1', '13.2.1', '13.3.1', '13.4.1', '14.0', '14.0.1', '14.1'] env: DEVELOPER_DIR: /Applications/Xcode_${{ matrix.xcode }}.app/Contents/Developer @@ -53,8 +53,6 @@ jobs: strategy: matrix: standard: [11, 14, 17, 20] - env: - DEVELOPER_DIR: /Applications/Xcode_12.4.app/Contents/Developer steps: - uses: actions/checkout@v3