Skip to content

Commit 197485e

Browse files
[SQUASH ME] Tried upgrading to ubuntu 24.04 to see if that fixes things
1 parent 4cfe377 commit 197485e

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242

4343
timeout-minutes: 420
4444

45-
container: ubuntu-22.04
45+
container: ubuntu:24.04
4646

4747
runs-on: [self-hosted, Linux, X64]
4848

@@ -73,13 +73,6 @@ jobs:
7373

7474
steps:
7575

76-
# Node 20 is required for recent versions of the upload artifacts action.
77-
# This may not be required once we upgrade to Ubuntu 24.04
78-
- uses: actions/setup-node@v4
79-
with:
80-
node-version: 20
81-
cache: 'npm'
82-
8376
- uses: actions/checkout@v4
8477
with:
8578
submodules: 'true'

0 commit comments

Comments
 (0)