Skip to content

Commit

Permalink
ci: use Ubuntu 22.04 (#772)
Browse files Browse the repository at this point in the history
  • Loading branch information
zacky1972 authored Dec 31, 2024
1 parent 7e0b36c commit ad4a6f5
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci_distributed_computing_bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
constants:
name: Constants
if: ${{ github.actor != 'dependabot[bot]' }}
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
outputs:
matrix-for-check: ${{ steps.set-matrix-for-check.outputs.matrix }}
matrix-test: ${{ steps.set-matrix-test.outputs.matrix }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_http_downloader.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
constants:
name: Constants
if: ${{ github.actor != 'dependabot[bot]' }}
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
outputs:
matrix-for-check: ${{ steps.set-matrix-for-check.outputs.matrix }}
matrix-test: ${{ steps.set-matrix-test.outputs.matrix }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_node_activator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
constants:
name: Constants
if: ${{ github.actor != 'dependabot[bot]' }}
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
outputs:
matrix-for-check: ${{ steps.set-matrix-for-check.outputs.matrix }}
matrix-test: ${{ steps.set-matrix-test.outputs.matrix }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_onnx_to_axon_bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
constants:
name: Constants
if: ${{ github.actor != 'dependabot[bot]' }}
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
outputs:
matrix-for-check: ${{ steps.set-matrix-for-check.outputs.matrix }}
matrix-test: ${{ steps.set-matrix-test.outputs.matrix }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_pelemay_backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
constants:
name: Constants
if: ${{ github.actor != 'dependabot[bot]' }}
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
outputs:
matrix-for-check: ${{ steps.set-matrix-for-check.outputs.matrix }}
matrix-test: ${{ steps.set-matrix-test.outputs.matrix }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_self_hosted_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
constants:
name: Constants
if: startsWith(github.head_ref, 'check_by_SHR')
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
outputs:
matrix-for-self-hosted-macos: ${{ steps.set-matrix-for-self-hosted-macos.outputs.matrix }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_spawn_co_elixir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
constants:
name: Constants
if: ${{ github.actor != 'dependabot[bot]' }}
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
outputs:
matrix-for-check: ${{ steps.set-matrix-for-check.outputs.matrix }}
matrix-test: ${{ steps.set-matrix-test.outputs.matrix }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cleanup_all_cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:

jobs:
cleanup:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Cleanup
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/dependabot_auto_merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ permissions:
jobs:
constants:
name: Constants
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
if: ${{ github.actor == 'dependabot[bot]' || github.event.action == 'synchronize' && startsWith( github.head_ref, 'dependabot' ) }}
outputs:
matrix-for-dependabot: ${{ steps.set-matrix-for-dependabot.outputs.matrix }}
Expand All @@ -52,7 +52,7 @@ jobs:
matrix: ${{ needs.constants.outputs.matrix-for-dependabot }}
perform-check: false
dependabot:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
permissions: write-all
needs: [constants, check_matrix, test_ubuntu_22_matrix]
if: ${{ github.actor == 'dependabot[bot]' || github.event.action == 'synchronize' && startsWith( github.head_ref, 'dependabot' ) }}
Expand Down

0 comments on commit ad4a6f5

Please sign in to comment.