Skip to content

Commit fcb1ec0

Browse files
authored
ci: Run in Ubuntu Noble to support r-universe binaries (#352)
1 parent d1fa10c commit fcb1ec0

6 files changed

+8
-8
lines changed

.github/workflows/R-CMD-check-status.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ name: rcc-status
1212

1313
jobs:
1414
rcc-status:
15-
runs-on: ubuntu-latest
15+
runs-on: ubuntu-24.04
1616

1717
name: "Update commit status"
1818

.github/workflows/R-CMD-check.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ name: rcc
4343

4444
jobs:
4545
rcc-smoke:
46-
runs-on: ubuntu-latest
46+
runs-on: ubuntu-24.04
4747
outputs:
4848
sha: ${{ steps.commit.outputs.sha }}
4949
versions-matrix: ${{ steps.versions-matrix.outputs.matrix }}
@@ -205,7 +205,7 @@ jobs:
205205
shell: bash
206206

207207
rcc-smoke-check-matrix:
208-
runs-on: ubuntu-latest
208+
runs-on: ubuntu-24.04
209209

210210
name: "Check matrix"
211211

.github/workflows/fledge.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ concurrency:
1919

2020
jobs:
2121
check_fork:
22-
runs-on: ubuntu-latest
22+
runs-on: ubuntu-24.04
2323
outputs:
2424
is_forked: ${{ steps.check.outputs.is_forked }}
2525
steps:
@@ -33,7 +33,7 @@ jobs:
3333
shell: bash
3434

3535
fledge:
36-
runs-on: ubuntu-latest
36+
runs-on: ubuntu-24.04
3737
needs: check_fork
3838
if: needs.check_fork.outputs.is_forked == 'false'
3939
permissions:

.github/workflows/lock.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66

77
jobs:
88
lock:
9-
runs-on: ubuntu-latest
9+
runs-on: ubuntu-24.04
1010
steps:
1111
- uses: dessant/lock-threads@v5
1212
with:

.github/workflows/pkgdown.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ concurrency:
1616

1717
jobs:
1818
pkgdown:
19-
runs-on: ubuntu-latest
19+
runs-on: ubuntu-24.04
2020

2121
name: "pkgdown"
2222

.github/workflows/touchstone-comment.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212

1313
jobs:
1414
upload:
15-
runs-on: ubuntu-latest
15+
runs-on: ubuntu-24.04
1616
if: >
1717
${{ github.event.workflow_run.event == 'pull_request' &&
1818
github.event.workflow_run.conclusion == 'success' }}

0 commit comments

Comments
 (0)