Skip to content

Commit

Permalink
Update macos and java in CI (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
ekrich authored Nov 28, 2022
1 parent 78ccc84 commit 7fa96e4
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 @@ -10,8 +10,8 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-20.04, macos-10.15]
java: [ '8', '11', '17' ]
os: [ubuntu-20.04, macos-11]
java: [ '11', '17' ]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout current branch (full)
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/setup-java@v3
with:
distribution: 'adopt'
java-version: '8'
java-version: '17'
cache: 'sbt'
- run: sbt ci-release
env:
Expand Down

0 comments on commit 7fa96e4

Please sign in to comment.