Skip to content

Commit 7bd8bcc

Browse files
committed
ci: fix backfill-corr-ci to R 4.3
1 parent 594494c commit 7bd8bcc

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/backfill-corr-ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ on:
1717

1818
jobs:
1919
build:
20-
runs-on: ubuntu-20.04
20+
runs-on: ubuntu-latest
2121
if: github.event.pull_request.draft == false
2222
defaults:
2323
run:
@@ -26,10 +26,11 @@ jobs:
2626
steps:
2727
- uses: actions/checkout@v4
2828

29-
- name: Set up R
29+
- name: Set up R 4.3
3030
uses: r-lib/actions/setup-r@v2
3131
with:
3232
use-public-rspm: true
33+
r-version: 4.3
3334

3435
- name: Get date
3536
id: get-date

0 commit comments

Comments
 (0)