Skip to content

Commit

Permalink
change ubuntu-20.04 to ubuntu-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
panchal-yash committed Sep 18, 2023
1 parent aadba4d commit c3e5f70
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/PMM_PROXYSQL.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ on:

jobs:
PMM_PXC_TEST:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
timeout-minutes: 20
env:
PXC_GLIBC: ${{ github.event.inputs.pxc_glibc || '2.35' }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/PMM_PS.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ on:

jobs:
PMM_PS_TEST:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
timeout-minutes: 20
env:
PS_GLIBC: ${{ github.event.inputs.ps_glibc || '2.28' }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/PMM_PXC.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ on:

jobs:
PMM_PXC_TEST:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
timeout-minutes: 20
env:
PXC_GLIBC: ${{ github.event.inputs.pxc_glibc || '2.35' }}
Expand Down

0 comments on commit c3e5f70

Please sign in to comment.