Skip to content

Commit

Permalink
Use ubuntu 22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafael Guterres Jeffman committed Dec 31, 2024
1 parent 340468f commit bea1eb6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ env:
jobs:
check_roles:
name: Verify modified roles
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
outputs:
ipaserver: ${{ steps.mod_files.outputs.ipaserver }}
ipareplica: ${{ steps.mod_files.outputs.ipareplica }}
Expand Down Expand Up @@ -41,7 +41,7 @@ jobs:
name: Test ipaserver role
needs: [check_roles]
if: ${{ needs.check_roles.outputs.ipaserver }}
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
strategy:
matrix:
cluster_config:
Expand Down

0 comments on commit bea1eb6

Please sign in to comment.