File tree 2 files changed +10
-6
lines changed
2 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 23
23
24
24
jobs :
25
25
lint :
26
- runs-on : ubuntu-20 .04
26
+ runs-on : ubuntu-24 .04
27
27
if : ${{ github.event_name == 'pull_request' }}
28
28
steps :
29
29
- uses : actions/checkout@v4
47
47
entry :
48
48
- { target: wasm32-unknown-wasip1 }
49
49
- { target: wasm32-unknown-emscripten }
50
- runs-on : ubuntu-20 .04
50
+ runs-on : ubuntu-24 .04
51
51
steps :
52
52
- uses : actions/checkout@v4
53
53
- uses : docker/setup-buildx-action@v3
70
70
cache-to : type=gha,mode=max
71
71
72
72
build-rake-task-matrix :
73
- runs-on : ubuntu-20 .04
73
+ runs-on : ubuntu-24 .04
74
74
outputs :
75
75
entries : ${{ steps.set-matrix.outputs.entries }}
76
76
steps :
99
99
matrix :
100
100
entry : ${{ fromJson(needs.build-rake-task-matrix.outputs.entries) }}
101
101
needs : [build-rake-task-matrix]
102
- runs-on : ubuntu-20 .04
102
+ runs-on : ubuntu-24 .04
103
103
steps :
104
104
- uses : actions/checkout@v4
105
105
with :
@@ -152,6 +152,10 @@ jobs:
152
152
with :
153
153
ruby-version : " 3.4.1"
154
154
bundler-cache : false
155
+ - uses : actions/setup-node@v4
156
+ if : ${{ matrix.entry.test != '' }}
157
+ with :
158
+ node-version : 22
155
159
- name : rake ${{ matrix.entry.test }}
156
160
run : |
157
161
bundle install --with=check --without=development
@@ -160,7 +164,7 @@ jobs:
160
164
161
165
release-artifacts :
162
166
needs : [rake-tasks]
163
- runs-on : ubuntu-20 .04
167
+ runs-on : ubuntu-24 .04
164
168
if : ${{ startsWith(github.ref, 'refs/tags/') || inputs.publish }}
165
169
steps :
166
170
- uses : actions/checkout@v4
Original file line number Diff line number Diff line change 11
11
12
12
jobs :
13
13
create-nightly-tag :
14
- runs-on : ubuntu-20 .04
14
+ runs-on : ubuntu-24 .04
15
15
outputs :
16
16
tag-name : ${{ steps.generate-tag.outputs.TAG_NAME }}
17
17
steps :
You can’t perform that action at this time.
0 commit comments