Skip to content

Commit 75e40dc

Browse files
authored
Merge pull request #18 from sir-gon/develop
[CONFIG] [Github Actions] Now use fixed version of Github Actions ima…
2 parents fccb37c + 3ad030e commit 75e40dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
# Consider using larger runners or machines with greater resources
4242
# for possible analysis time improvements.
4343
runs-on:
44-
${{ (matrix.language == 'swift' && 'macos-latest') || 'ubuntu-latest' }}
44+
${{ (matrix.language == 'swift' && 'macos-14') || 'ubuntu-24.04' }}
4545
permissions:
4646
# required for all workflows
4747
security-events: write

0 commit comments

Comments
 (0)