Skip to content

Commit 4db9911

Browse files
Revert "[SQUASH ME] Trying to change the container to being the defualt runner."
This reverts commit cc40bb2.
1 parent cc40bb2 commit 4db9911

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/test.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ jobs:
4242

4343
timeout-minutes: 420
4444

45+
container: ubuntu:jammy
46+
4547
runs-on: [self-hosted, Linux, X64]
4648

4749
strategy:
@@ -77,6 +79,13 @@ jobs:
7779
with:
7880
submodules: 'true'
7981

82+
# Node 20 is required for recent versions of the upload artifacts action.
83+
# This may not be required once we upgrade to Ubuntu 24.04
84+
- uses: actions/setup-node@v4
85+
with:
86+
node-version: 20
87+
cache: 'npm'
88+
8089
- name: Setup
8190
run: stdbuf -i0 -i0 -e0 ./.github/scripts/hostsetup.sh
8291

0 commit comments

Comments
 (0)