Skip to content

Commit

Permalink
bump base image github workflow to 22.04 as 18.04 was deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
adimajo committed Mar 5, 2024
1 parent 9c03227 commit 38bd5ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/r-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
build:
runs-on: ubuntu-18.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- uses: r-lib/actions/setup-r@master
Expand Down

0 comments on commit 38bd5ff

Please # to comment.