Skip to content

Commit

Permalink
Update ubuntu to 18.04
Browse files Browse the repository at this point in the history
  • Loading branch information
dnkoutso committed Sep 7, 2021
1 parent b2ca7c5 commit 0dad700
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Lint.yml
Expand Up @@ -6,7 +6,7 @@ jobs:
fail-fast: false
matrix:
ruby: [2.6]
os: [ubuntu-16.04]
os: [ubuntu-18.04]

name: Lint
runs-on: ${{ matrix.os }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Specs.yml
Expand Up @@ -7,7 +7,7 @@ jobs:
matrix:
task: [SPECS]
ruby: [2.6, 2.7, 3.0]
os: [ubuntu-16.04]
os: [ubuntu-18.04]
include:
- task: SPECS
os: macos-10.15
Expand Down

0 comments on commit 0dad700

Please sign in to comment.