summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Kuryloski <kuryloskip@vmware.com>2021-11-16 09:39:35 +0100
committerPhilip Kuryloski <kuryloskip@vmware.com>2021-11-16 09:39:35 +0100
commit74ae98473e2f578f0d4d3434feebe231b3c5ce1a (patch)
treefe4408846505cc80a7d80b10afc2147a4182b14f
parent943949d5097c0a8f249a2dfa742b8ca6c6106732 (diff)
downloadrabbitmq-server-git-74ae98473e2f578f0d4d3434feebe231b3c5ce1a.tar.gz
Use ubuntu-latest for all github actions workflows
-rw-r--r--.github/workflows/test-erlang-git.yaml2
-rw-r--r--.github/workflows/test-mixed-versions.yaml4
-rw-r--r--.github/workflows/test.yaml4
3 files changed, 5 insertions, 5 deletions
diff --git a/.github/workflows/test-erlang-git.yaml b/.github/workflows/test-erlang-git.yaml
index 2b05348b84..4041315c33 100644
--- a/.github/workflows/test-erlang-git.yaml
+++ b/.github/workflows/test-erlang-git.yaml
@@ -6,7 +6,7 @@ on:
jobs:
test-erlang-git:
name: Test (Erlang Git Master)
- runs-on: ubuntu-18.04
+ runs-on: ubuntu-latest
timeout-minutes: 120
steps:
- name: CHECKOUT REPOSITORY
diff --git a/.github/workflows/test-mixed-versions.yaml b/.github/workflows/test-mixed-versions.yaml
index db33be643d..e29327f3cd 100644
--- a/.github/workflows/test-mixed-versions.yaml
+++ b/.github/workflows/test-mixed-versions.yaml
@@ -24,7 +24,7 @@ on:
jobs:
test-mixed-versions:
name: Test (Mixed Version Cluster)
- runs-on: ubuntu-18.04
+ runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
@@ -55,7 +55,7 @@ jobs:
--verbose_failures
test-exclusive-mixed-versions:
name: Test (Exclusive Tests with Mixed Version Cluster)
- runs-on: ubuntu-18.04
+ runs-on: ubuntu-latest
strategy:
matrix:
erlang_version:
diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml
index 4558f76f4a..1221d758c6 100644
--- a/.github/workflows/test.yaml
+++ b/.github/workflows/test.yaml
@@ -16,7 +16,7 @@ on:
jobs:
test:
name: Test
- runs-on: ubuntu-18.04
+ runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
@@ -49,7 +49,7 @@ jobs:
--verbose_failures
test-exclusive:
name: Test (Exclusive Tests)
- runs-on: ubuntu-18.04
+ runs-on: ubuntu-latest
strategy:
matrix:
erlang_version: