Skip to content

Commit cc40bb2

Browse files
[SQUASH ME] Trying to change the container to being the defualt runner.
1 parent 38ba123 commit cc40bb2

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/test.yml

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

4343
timeout-minutes: 420
4444

45-
container: ubuntu:jammy
46-
4745
runs-on: [self-hosted, Linux, X64]
4846

4947
strategy:
@@ -79,13 +77,6 @@ jobs:
7977
with:
8078
submodules: 'true'
8179

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-
8980
- name: Setup
9081
run: stdbuf -i0 -i0 -e0 ./.github/scripts/hostsetup.sh
9182

0 commit comments

Comments
 (0)