Skip to content

Commit 13fe4de

Browse files
committed
Switch back to 20.04-xl runners
22.04-xl doesn't appear to exist.
1 parent 62900c6 commit 13fe4de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
create-code-scanning-pack:
3737
name: Create Code Scanning pack
3838
needs: prepare-code-scanning-pack-matrix
39-
runs-on: ubuntu-22.04-xl
39+
runs-on: ubuntu-20.04-xl
4040
strategy:
4141
fail-fast: false
4242
matrix: ${{ fromJSON(needs.prepare-code-scanning-pack-matrix.outputs.matrix) }}

0 commit comments

Comments
 (0)