Skip to content

Commit

Permalink
Downgrade runner to Ubuntu 20.04 that packs OpenSSL v1
Browse files Browse the repository at this point in the history
  • Loading branch information
csaba-ilonka-rollbar committed Aug 8, 2024
1 parent 73a75f2 commit a1be39d
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 @@ -23,13 +23,13 @@ on:
jobs:
validation:
name: Gradle wrapper validation
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
- uses: gradle/actions/wrapper-validation@v3

build:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
name: Build with Java ${{ matrix.java }}
needs: [ validation ]
strategy:
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
**/build/reports/*
release:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
name: Release
# It would be nice to run this as part of the build job, since it would be
# faster and have less duplicated Yaml, it would not be possible to check
Expand Down

0 comments on commit a1be39d

Please sign in to comment.