Skip to content

Commit

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

steps:
- name: Checkout
Expand All @@ -30,7 +30,7 @@ jobs:

deploy:
name: Maven deploy
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
needs: build
steps:
- name: Checkout
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ env:
jobs:
build:
name: Maven build
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04

steps:
- name: Checkout
Expand All @@ -32,7 +32,7 @@ jobs:

deploy:
name: Maven deploy
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
needs: build
steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ env:
jobs:
build:
name: Maven build
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04

steps:
- name: Checkout
Expand Down

0 comments on commit 2881948

Please sign in to comment.