We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cfe377 commit 197485eCopy full SHA for 197485e
.github/workflows/test.yml
@@ -42,7 +42,7 @@ jobs:
42
43
timeout-minutes: 420
44
45
- container: ubuntu-22.04
+ container: ubuntu:24.04
46
47
runs-on: [self-hosted, Linux, X64]
48
@@ -73,13 +73,6 @@ jobs:
73
74
steps:
75
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
-
83
- uses: actions/checkout@v4
84
with:
85
submodules: 'true'
0 commit comments