8000 Merge pull request #69 from sir-gon/develop · sir-gon/algorithm-exercises-cpp@2a08577 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2a08577

Browse files
authored
Merge pull request #69 from sir-gon/develop
[CONFIG] [Github Actions] Now use fixed version of Github Actions ima…
2 parents 43e8724 + a082dea commit 2a08577

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)
0