Skip to content

Commit ca34c96

Browse files
committed
Use XL runners for pack generation and unit tests
1 parent e59c32b commit ca34c96

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/code-scanning-pack-gen.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,7 @@ jobs:
3737
create-code-scanning-pack:
3838
name: Create Code Scanning pack
3939
needs: prepare-code-scanning-pack-matrix
40-
#runs-on: ubuntu-20.04-xl
41-
runs-on: ubuntu-latest
40+
runs-on: ubuntu-latest-xl
4241
strategy:
4342
fail-fast: false
4443
matrix: ${{ fromJSON(needs.prepare-code-scanning-pack-matrix.outputs.matrix) }}

.github/workflows/codeql_unit_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
python scripts/create_language_matrix.py
3232
echo "matrix=$(
3333
python scripts/create_language_matrix.py | \
34-
jq --compact-output 'map([.+{os: "ubuntu-latest", codeql_standard_library_ident : .codeql_standard_library | sub("\/"; "_")}]) | flatten | {include: .}')" >> $GITHUB_OUTPUT
34+
jq --compact-output 'map([.+{os: "ubuntu-latest-xl", codeql_standard_library_ident : .codeql_standard_library | sub("\/"; "_")}]) | flatten | {include: .}')" >> $GITHUB_OUTPUT
3535
3636
run-test-suites:
3737
name: Run unit tests

0 commit comments

Comments
 (0)