Skip to content

Commit

Permalink
Merge branch 'dev' into openai
Browse files Browse the repository at this point in the history
  • Loading branch information
tisfeng authored Feb 15, 2024
2 parents 660a75a + a37871b commit 0c97fd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .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-14.2') || 'ubuntu-latest' }}
runs-on: ${{ (matrix.language == 'swift' && 'macos-14') || 'ubuntu-latest' }}
timeout-minutes: ${{ (matrix.language == 'swift' && 120) || 360 }}
permissions:
actions: read
Expand Down

0 comments on commit 0c97fd4

Please sign in to comment.