File tree 6 files changed +8
-8
lines changed
6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ name: rcc-status
12
12
13
13
jobs :
14
14
rcc-status :
15
- runs-on : ubuntu-latest
15
+ runs-on : ubuntu-24.04
16
16
17
17
name : " Update commit status"
18
18
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ name: rcc
43
43
44
44
jobs :
45
45
rcc-smoke :
46
- runs-on : ubuntu-latest
46
+ runs-on : ubuntu-24.04
47
47
outputs :
48
48
sha : ${{ steps.commit.outputs.sha }}
49
49
versions-matrix : ${{ steps.versions-matrix.outputs.matrix }}
@@ -205,7 +205,7 @@ jobs:
205
205
shell : bash
206
206
207
207
rcc-smoke-check-matrix :
208
- runs-on : ubuntu-latest
208
+ runs-on : ubuntu-24.04
209
209
210
210
name : " Check matrix"
211
211
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ concurrency:
19
19
20
20
jobs :
21
21
check_fork :
22
- runs-on : ubuntu-latest
22
+ runs-on : ubuntu-24.04
23
23
outputs :
24
24
is_forked : ${{ steps.check.outputs.is_forked }}
25
25
steps :
33
33
shell : bash
34
34
35
35
fledge :
36
- runs-on : ubuntu-latest
36
+ runs-on : ubuntu-24.04
37
37
needs : check_fork
38
38
if : needs.check_fork.outputs.is_forked == 'false'
39
39
permissions :
Original file line number Diff line number Diff line change 6
6
7
7
jobs :
8
8
lock :
9
- runs-on : ubuntu-latest
9
+ runs-on : ubuntu-24.04
10
10
steps :
11
11
- uses : dessant/lock-threads@v5
12
12
with :
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ concurrency:
16
16
17
17
jobs :
18
18
pkgdown :
19
- runs-on : ubuntu-latest
19
+ runs-on : ubuntu-24.04
20
20
21
21
name : " pkgdown"
22
22
Original file line number Diff line number Diff line change 12
12
13
13
jobs :
14
14
upload :
15
- runs-on : ubuntu-latest
15
+ runs-on : ubuntu-24.04
16
16
if : >
17
17
${{ github.event.workflow_run.event == 'pull_request' &&
18
18
github.event.workflow_run.conclusion == 'success' }}
You can’t perform that action at this time.
0 commit comments