Skip to content

Commit c272090

Browse files
authored
Merge pull request #1070 from knewbury01/knewbury01/fix-image-os-second
Update runner image versions from incorrect ubuntu to supported version
2 parents 1043a40 + 02234e9 commit c272090

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/standard_library_upgrade_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
run: |
2929
echo "::set-output name=matrix::$(
3030
jq --compact-output \
31-
'.supported_environment | map([.+{os: "ubuntu-24.04-xl", codeql_standard_library_ident : .codeql_standard_library | sub("\/"; "_")}]) | flatten | {include: .}' \
31+
'.supported_environment | map([.+{os: "ubuntu-22.04-xl", codeql_standard_library_ident : .codeql_standard_library | sub("\/"; "_")}]) | flatten | {include: .}' \
3232
supported_codeql_configs.json
3333
)"
3434

.github/workflows/verify-standard-library-dependencies.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: |
3232
echo "::set-output name=matrix::$(
3333
jq --compact-output \
34-
'.supported_environment | map([.+{os: "ubuntu-24.04-xl", codeql_standard_library_ident : .codeql_standard_library | sub("\/"; "_")}]) | flatten | {include: .}' \
34+
'.supported_environment | map([.+{os: "ubuntu-22.04-xl", codeql_standard_library_ident : .codeql_standard_library | sub("\/"; "_")}]) | flatten | {include: .}' \
3535
supported_codeql_configs.json
3636
)"
3737

0 commit comments

Comments
 (0)