From d0739ce0f15b8bfd5fda668ca94a6b238df8d224 Mon Sep 17 00:00:00 2001 From: lwouis Date: Mon, 4 Nov 2024 23:47:09 +0100 Subject: [PATCH] ci: update ci to macos 13 and xcode 14.2 --- .github/workflows/ci_cd.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index 602c2a10..e34953f0 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -21,7 +21,7 @@ env: APP_NAME: AltTab jobs: build: - runs-on: macos-12 + runs-on: macos-13 environment: production steps: # - env: @@ -32,7 +32,7 @@ jobs: with: node-version: 16 cache: 'npm' - - run: sudo xcode-select -s /Applications/Xcode_13.4.1.app/Contents/Developer + - run: sudo xcode-select -s /Applications/Xcode_14.2.app/Contents/Developer - id: pre-checkout env: COMMITS: ${{ toJson(github.event.commits) }}