From 1202c3f95be97208e41da6b042b763fac6643d2f Mon Sep 17 00:00:00 2001 From: tisfeng Date: Thu, 15 Feb 2024 10:30:32 +0800 Subject: [PATCH] chore: update codeql.yml, change image to macos-14.2 and xcode-version to 15.2 --- .github/workflows/codeql.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 047dd13b3..158c1d173 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -27,7 +27,7 @@ jobs: # - https://gh.io/supported-runners-and-hardware-resources # - https://gh.io/using-larger-runners # Consider using larger runners for possible analysis time improvements. - runs-on: ${{ (matrix.language == 'swift' && 'macos-13') || 'ubuntu-latest' }} + runs-on: ${{ (matrix.language == 'swift' && 'macos-14.2') || 'ubuntu-latest' }} timeout-minutes: ${{ (matrix.language == 'swift' && 120) || 360 }} permissions: actions: read @@ -48,7 +48,7 @@ jobs: if: matrix.language == 'swift' uses: maxim-lobanov/setup-xcode@v1 with: - xcode-version: '15.1' + xcode-version: '15.2' - name: Checkout repository uses: actions/checkout@v4