Skip to content

Commit

Permalink
chore: update codeql.yml, change image to macos-14.2 and xcode-versio…
Browse files Browse the repository at this point in the history
…n to 15.2
  • Loading branch information
tisfeng committed Feb 15, 2024
1 parent 473200b commit 1202c3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 1202c3f

Please sign in to comment.