Skip to content

Commit

Permalink
Upgrade ci from ubuntu-18.04 to ubuntu-20.04 (#145)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaklakariada authored Apr 13, 2023
1 parent 1d4b7ab commit 557e80b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: push

jobs:
prep-testbed:
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
name: Prepare test bed
steps:
- uses: actions/checkout@v2
Expand All @@ -30,7 +30,7 @@ jobs:
- valgrind
- asan_no_leak
r-version: ${{fromJson(needs.prep-testbed.outputs.matrix)}}
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04

steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
fail-fast: false
matrix:
r-version: ${{fromJson(needs.prep-testbed.outputs.matrix)}}
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04

environment: publish
steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/update_docker_images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
- cron: '0 0 * * *'
jobs:
prep-env:
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
name: Prepare environment
steps:
- uses: actions/checkout@v2
Expand All @@ -24,7 +24,7 @@ jobs:
fail-fast: false
matrix:
r-version: ${{fromJson(needs.prep-env.outputs.matrix)}}
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
environment: publish
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 557e80b

Please sign in to comment.