Merge pull request #11129 from rabbitmq/md/ci/bump-runner

CI: Bump actions runner to Ubuntu 22.04
This commit is contained in:
Michael Klishin 2024-05-01 12:08:56 -04:00 committed by GitHub
commit 6465b4a409
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
11 changed files with 14 additions and 14 deletions

View File

@ -5,7 +5,7 @@ on:
jobs:
bazel-run-gazelle:
name: bazel run gazelle
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
strategy:
max-parallel: 1
fail-fast: false

View File

@ -9,7 +9,7 @@ on:
jobs:
bazel-run-gazelle:
name: bazel run gazelle
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
timeout-minutes: 10
steps:
- name: CHECKOUT REPOSITORY

View File

@ -9,7 +9,7 @@ on:
jobs:
run-a:
name: Run A
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
strategy:
matrix:
erlang_version:
@ -44,7 +44,7 @@ jobs:
run-b:
name: Run B
needs: run-a
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
strategy:
matrix:
erlang_version:
@ -79,7 +79,7 @@ jobs:
parse-logs:
name: Parse Logs
needs: [run-a, run-b]
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- name: CHECKOUT BAZEL
uses: actions/checkout@v4

View File

@ -12,7 +12,7 @@ concurrency:
jobs:
peer-discovery-aws-integration-test:
name: Integration Test
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
strategy:
matrix:
otp_version_id:

View File

@ -30,7 +30,7 @@ concurrency:
cancel-in-progress: true
jobs:
selenium:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
strategy:
fail-fast: false
matrix:

View File

@ -6,7 +6,7 @@ on:
jobs:
test-erlang-git:
name: Test (Erlang Git Master)
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
timeout-minutes: 120
steps:
- name: CHECKOUT REPOSITORY

View File

@ -31,7 +31,7 @@ concurrency:
jobs:
ensure-mixed-version-archive:
name: Prepare Artifacts
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- name: CHECKOUT REPOSITORY
uses: actions/checkout@v4
@ -114,7 +114,7 @@ jobs:
test-mixed-versions:
name: Test (Mixed Version Cluster)
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
needs: ensure-mixed-version-archive
strategy:
fail-fast: false

View File

@ -26,7 +26,7 @@ concurrency:
cancel-in-progress: true
jobs:
selenium:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
strategy:
fail-fast: false
matrix:

View File

@ -28,7 +28,7 @@ concurrency:
jobs:
test:
name: Test
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
strategy:
fail-fast: false
matrix:

View File

@ -6,7 +6,7 @@ on:
jobs:
update-toolchains:
name: Update Elixir Versions
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
strategy:
max-parallel: 1
fail-fast: false

View File

@ -6,7 +6,7 @@ on:
jobs:
update-toolchains:
name: Update OTP Versions
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
strategy:
max-parallel: 1
fail-fast: false