Skip to content

Commit

Permalink
update runner image
Browse files Browse the repository at this point in the history
  • Loading branch information
eriqua committed Aug 7, 2024
1 parent 0440109 commit 8094c2f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
# Initialize pipeline #
###########################
job_initialize_pipeline:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
name: "Initialize pipeline"
steps:
- name: "Checkout"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/avm.res.web.hosting-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
# Initialize pipeline #
###########################
job_initialize_pipeline:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
name: "Initialize pipeline"
steps:
- name: "Checkout"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/platform.ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
# Removal #
###############
job_run_tests:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
name: "Run CI tests"
needs:
- job_initialize_pipeline
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/platform.deployment.history.cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
# Removal #
###############
job_cleanup_subscription_deployments:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
name: "Remove Subscription deployments"
needs:
- job_initialize_pipeline
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
azPSVersion: "latest"

job_cleanup_managementGroup_deployments:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
name: "Remove Management Group deployments"
needs:
- job_initialize_pipeline
Expand Down

0 comments on commit 8094c2f

Please sign in to comment.