Skip to content

Commit

Permalink
Names and restore Ubuntu 20.04
Browse files Browse the repository at this point in the history
  • Loading branch information
barambani committed Nov 29, 2020
1 parent b6f77ec commit b14508b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
strategy:
matrix:
os:
- ubuntu-18.04
- ubuntu-20.04
scala:
- 2.12.12
- 2.13.4
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
name: Publish Snapshot 2.12
needs: build
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
steps:
- name: Branch Checkout
uses: actions/checkout@v2
Expand Down Expand Up @@ -107,7 +107,7 @@ jobs:
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
name: Publish Snapshot 2.13
needs: publish_212
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
steps:
- name: Branch Checkout
uses: actions/checkout@v2
Expand Down
10 changes: 6 additions & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
jobs:
release_212:
name: Release 2.12
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
steps:
- name: Branch Checkout
uses: actions/checkout@v2
Expand All @@ -16,7 +16,8 @@ jobs:
uses: olafurpg/setup-scala@v10
with:
java-version: [email protected]
- uses: olafurpg/setup-gpg@v3
- name: Setup Gpg
uses: olafurpg/setup-gpg@v3
- name: Cache
uses: actions/cache@v2
with:
Expand All @@ -39,7 +40,7 @@ jobs:
release_213:
name: Release 2.13
needs: release_212
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
steps:
- name: Branch Checkout
uses: actions/checkout@v2
Expand All @@ -49,7 +50,8 @@ jobs:
uses: olafurpg/setup-scala@v10
with:
java-version: [email protected]
- uses: olafurpg/setup-gpg@v3
- name: Setup Gpg
uses: olafurpg/setup-gpg@v3
- name: Cache
uses: actions/cache@v2
with:
Expand Down

0 comments on commit b14508b

Please sign in to comment.