Skip to content

Commit

Permalink
downgrade ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
unglaublicherdude committed Feb 16, 2024
1 parent 63019d4 commit 5f51d82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-java-legacy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ env:
jobs:
build-java-legacy:
name: Build & Test Java 11 SDK
runs-on: ubuntu-22.04
runs-on: ubuntu-20.04

steps:
- name: checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-java.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ env:
jobs:
build-java:
name: Build & Test Java SDK
runs-on: ubuntu-22.04
runs-on: ubuntu-20.04

steps:
- name: checkout
Expand Down

0 comments on commit 5f51d82

Please sign in to comment.