Skip to content

Commit b855bd0

Browse files
authored
Switch away from deprecated CI images (#552)
* ci: Upgrade from macos-10.15 to macos-11 The macos-10.15 CI image has been deprecated by Github since 2022-05-31, fully unsupported since 2022-08-30, and is slated to be fully removed by 2023-03-31 [1]. Update the relevant jobs to macOS 11, which is the oldest macOS version that still has a supported image. [1] https://github.blog/changelog/2022-07-20-github-actions-the-macos-10-15-actions-runner-image-is-being-deprecated-and-will-be-removed-by-8-30-22/ * ci: Upgrade from ubuntu-18.04 to ubuntu-20.04 The ubuntus-18.04 CI image has been deprecated by Github since 2022-08-08 and will be fully unsupported by 2023-04-01 [1]. Update the relevant jobs to Ubuntu 20.04, which is the oldest Ubuntu version that still has a supported image. [1] https://github.blog/changelog/2022-08-09-github-actions-the-ubuntu-18-04-actions-runner-image-is-being-deprecated-and-will-be-removed-by-12-1-22/
1 parent 184ae01 commit b855bd0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -216,13 +216,13 @@ jobs:
216216
QEMU_BUILD_VERSION: 7.0.0
217217
strategy:
218218
matrix:
219-
build: [ubuntu, ubuntu-18.04, i686-linux, aarch64-linux, powerpc64le-linux, riscv64-linux, s390x-linux, arm-linux, ubuntu-stable, ubuntu-1.48, i686-linux-stable, aarch64-linux-stable, riscv64-linux-stable, s390x-linux-stable, mipsel-linux-stable, mips64el-linux-stable, powerpc64le-linux-stable, arm-linux-stable, ubuntu-1.48, i686-linux-1.48, aarch64-linux-1.48, riscv64-linux-1.48, s390x-linux-1.48, mipsel-linux-1.48, mips64el-linux-1.48, powerpc64le-linux-1.48, arm-linux-1.48, macos-latest, macos-10.15, windows, windows-2019]
219+
build: [ubuntu, ubuntu-20.04, i686-linux, aarch64-linux, powerpc64le-linux, riscv64-linux, s390x-linux, arm-linux, ubuntu-stable, ubuntu-1.48, i686-linux-stable, aarch64-linux-stable, riscv64-linux-stable, s390x-linux-stable, mipsel-linux-stable, mips64el-linux-stable, powerpc64le-linux-stable, arm-linux-stable, ubuntu-1.48, i686-linux-1.48, aarch64-linux-1.48, riscv64-linux-1.48, s390x-linux-1.48, mipsel-linux-1.48, mips64el-linux-1.48, powerpc64le-linux-1.48, arm-linux-1.48, macos-latest, macos-11, windows, windows-2019]
220220
include:
221221
- build: ubuntu
222222
os: ubuntu-latest
223223
rust: nightly
224-
- build: ubuntu-18.04
225-
os: ubuntu-18.04
224+
- build: ubuntu-20.04
225+
os: ubuntu-20.04
226226
rust: nightly
227227
- build: i686-linux
228228
os: ubuntu-latest
@@ -443,8 +443,8 @@ jobs:
443443
- build: macos-latest
444444
os: macos-latest
445445
rust: stable
446-
- build: macos-10.15
447-
os: macos-10.15
446+
- build: macos-11
447+
os: macos-11
448448
rust: stable
449449
- build: windows
450450
os: windows-latest

0 commit comments

Comments
 (0)