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 38ba123 commit cc40bb2Copy full SHA for cc40bb2
.github/workflows/test.yml
@@ -42,8 +42,6 @@ jobs:
42
43
timeout-minutes: 420
44
45
- container: ubuntu:jammy
46
-
47
runs-on: [self-hosted, Linux, X64]
48
49
strategy:
@@ -79,13 +77,6 @@ jobs:
79
77
with:
80
78
submodules: 'true'
81
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
89
- name: Setup
90
run: stdbuf -i0 -i0 -e0 ./.github/scripts/hostsetup.sh
91
0 commit comments