Skip to content

Commit

Permalink
Downgrade ubuntu tests version (#5386)
Browse files Browse the repository at this point in the history
* Downgrade ubuntu runner images version.
  • Loading branch information
filipelautert committed Dec 14, 2023
1 parent 87cf995 commit 15bf699
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
setup:
name: setup
needs: authorize
runs-on: ubuntu-22.04
runs-on: ubuntu-20.04
outputs:
timestamp: ${{ steps.get-date.outputs.date }}
latestMergeSha: ${{ steps.get-sha.outputs.latestMergeSha }}
Expand Down Expand Up @@ -188,7 +188,7 @@ jobs:
find . -name original-*.jar -exec rm {} \;
- name: Upload Artifacts for build.yml
if: ${{ matrix.java == 11 && matrix.os == 'ubuntu-22.04'}}
if: ${{ matrix.java == 11 && matrix.os == 'ubuntu-20.04'}}
uses: actions/upload-artifact@v3
with:
name: temp-artifact
Expand All @@ -205,7 +205,7 @@ jobs:
./**/target/site
- name: Archive Modules
if: ${{ matrix.java == 11 && matrix.os == 'ubuntu-22.04'}}
if: ${{ matrix.java == 11 && matrix.os == 'ubuntu-20.04'}}
uses: actions/upload-artifact@v3
with:
name: liquibase-modules
Expand All @@ -214,7 +214,7 @@ jobs:
integration-test:
name: Integration Test
runs-on: ubuntu-22.04
runs-on: ubuntu-20.04
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 15bf699

Please sign in to comment.