Skip to content

Commit

Permalink
Merge pull request #1943 from tgodzik/downgrade-ubuntu
Browse files Browse the repository at this point in the history
chore: downgrade release ubuntu version
  • Loading branch information
tgodzik committed Dec 7, 2022
2 parents 87bf152 + c94d2d5 commit 9298eee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,10 +142,10 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macOS-latest]
os: [ubuntu-20.04, macOS-latest]
jdk: [graalvm-ce-java11@21.1.0]
include:
- os: ubuntu-latest
- os: ubuntu-20.04
artifact: bloop-linux
- os: macos-latest
artifact: bloop-macos
Expand Down Expand Up @@ -248,7 +248,7 @@ jobs:
strategy:
fail-fast: true
matrix:
os: [ubuntu-latest]
os: [ubuntu-20.04]
jdk: [adopt@1.8]
env:
CI: true
Expand Down

0 comments on commit 9298eee

Please sign in to comment.