Skip to content

Commit

Permalink
Update CI to Ubuntu 20.04.
Browse files Browse the repository at this point in the history
  • Loading branch information
simi committed Aug 20, 2022
1 parent 40c0488 commit 293216c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ permissions:
jobs:
build:
name: Docker build (and optional push)
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
env:
RUBYGEMS_VERSION: 3.3.11
RUBY_VERSION: 3.1.2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/erd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
jobs:
erd:
name: Verify ERD up-to-date
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ permissions:
jobs:
rubocop:
name: Rubocop
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
Expand All @@ -20,7 +20,7 @@ jobs:
run: bundle exec rubocop
brakeman:
name: Brakeman
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: ruby/setup-ruby@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
rubygems_version: ['3.3.11', 'latest']
ruby_version: ['3.1.2']
name: Rails tests (Ruby ${{ matrix.ruby_version }}, RubyGems ${{ matrix.rubygems_version }})
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
env:
RUBYGEMS_VERSION: ${{ matrix.rubygems_version }}
# If we don't supply a CC_TEST_REPORTER_ID simplecov won't output coverage in a way that
Expand Down

0 comments on commit 293216c

Please sign in to comment.