summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJoe Birr-Pixton <jpixton@gmail.com>2024-02-06 14:36:10 +0000
committerGitHub <noreply@github.com>2024-02-06 14:36:10 +0000
commit97579d422f55d3ea4a0dd8dbaee3496d8fee7aea (patch)
tree6bab894ca466d909bb553d10f1c28830bdd83dcb /.github
parent5cc71572e486943f7018df42a33d93902a4cd85f (diff)
github actions: standardise on ubuntu-latest (#1773)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml18
-rw-r--r--.github/workflows/daily-tests.yml6
2 files changed, 12 insertions, 12 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 0341437b..8be53fc1 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -21,7 +21,7 @@ jobs:
- stable
- beta
- nightly
- os: [ubuntu-20.04]
+ os: [ubuntu-latest]
# but only stable on macos/windows (slower platforms)
include:
- os: macos-latest
@@ -84,7 +84,7 @@ jobs:
msrv:
name: MSRV
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v4
@@ -141,7 +141,7 @@ jobs:
bogo:
name: BoGo test suite
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v4
@@ -172,7 +172,7 @@ jobs:
fuzz:
name: Smoke-test fuzzing targets
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v4
@@ -194,7 +194,7 @@ jobs:
benchmarks:
name: Run benchmarks
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v4
@@ -220,7 +220,7 @@ jobs:
docs:
name: Check for documentation errors
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v4
@@ -244,7 +244,7 @@ jobs:
coverage:
name: Measure coverage
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v4
@@ -271,7 +271,7 @@ jobs:
minver:
name: Check minimum versions of direct dependencies
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v4
@@ -294,7 +294,7 @@ jobs:
cross:
name: Check cross compilation targets
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v4
diff --git a/.github/workflows/daily-tests.yml b/.github/workflows/daily-tests.yml
index 899dcfc0..1e508351 100644
--- a/.github/workflows/daily-tests.yml
+++ b/.github/workflows/daily-tests.yml
@@ -22,7 +22,7 @@ jobs:
- stable
- beta
- nightly
- os: [ubuntu-20.04]
+ os: [ubuntu-latest]
# but only stable on macos/windows (slower platforms)
include:
- os: macos-latest
@@ -58,7 +58,7 @@ jobs:
- stable
- beta
- nightly
- os: [ubuntu-20.04]
+ os: [ubuntu-latest]
# but only stable on macos/windows (slower platforms)
include:
- os: macos-latest
@@ -105,7 +105,7 @@ jobs:
feature-powerset:
name: Feature Powerset
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v4