Skip to content

Commit

Permalink
attempt building on 20.04 docker, expected to fail
Browse files Browse the repository at this point in the history
  • Loading branch information
theofficialgman committed Nov 20, 2023
1 parent 92346da commit b8866d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pushaction.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
linux:
needs: macos
runs-on: ubuntu-20.04
container: ubuntu:18.04
container: ubuntu:20.04
env:
ORG_GRADLE_PROJECT_GITHUB_USERNAME: ""
ORG_GRADLE_PROJECT_GITHUB_API_TOKEN: ""
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/releaseaction.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
linux:
needs: macos
runs-on: ubuntu-20.04
container: ubuntu:18.04
container: ubuntu:20.04
env:
ORG_GRADLE_PROJECT_GITHUB_USERNAME: ""
ORG_GRADLE_PROJECT_GITHUB_API_TOKEN: ""
Expand Down

0 comments on commit b8866d0

Please sign in to comment.