Skip to content

Commit

Permalink
env-appa-bz cicd use old ubuntu runner, as newer one has incompatible…
Browse files Browse the repository at this point in the history
… ansible with old docker hosts
  • Loading branch information
clezag committed Dec 3, 2024
1 parent 48132a5 commit 353e38b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-environment-appa-bz-opendata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

# Deploy Test
deploy-test-environment-appa-bz-opendata:
runs-on: ubuntu-24.04
runs-on: ubuntu-22.04
if: github.ref == 'refs/heads/main'
needs: test
concurrency: deploy-test-environment-appa-bz-opendata
Expand Down Expand Up @@ -100,7 +100,7 @@ jobs:

# Deploy Production
deploy-prod-environment-appa-bz-opendata:
runs-on: ubuntu-24.04
runs-on: ubuntu-22.04
if: github.ref == 'refs/heads/prod'
needs: test
concurrency: deploy-prod-environment-appa-bz-opendata
Expand Down

0 comments on commit 353e38b

Please sign in to comment.