Skip to content

Commit

Permalink
Changed CI to run on Ubuntu 20.04 (#250)
Browse files Browse the repository at this point in the history
Keeping up with the latest changes.
  • Loading branch information
freemanjp authored May 22, 2022
1 parent 3b4589d commit daed918
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ env:
jobs:
test:
name: Molecule test
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04

strategy:
max-parallel: 3
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:
test-all:
if: ${{ always() }}
name: Test (matrix)
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
needs: test
steps:
- name: Check test matrix status
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:

release:
name: Release
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
steps:
- name: Checkout

Expand Down

0 comments on commit daed918

Please sign in to comment.