diff --git a/.github/workflows/platform_natives.yaml b/.github/workflows/platform_natives.yaml index 7c5acc5..4b2db51 100644 --- a/.github/workflows/platform_natives.yaml +++ b/.github/workflows/platform_natives.yaml @@ -14,14 +14,14 @@ jobs: matrix: include: # todo: re-enable - - { os: ubuntu-20.04, type: "linux-386_ssl3" } + - { os: ubuntu-22.04, type: "linux-386_ssl3" } - { os: ubuntu-20.04, type: "linux_amd64_ssl1" } - { os: ubuntu-22.04, type: "linux_amd64_ssl3" } - { os: ubuntu-20.04, type: "linux_arm64_ssl1" } - { os: ubuntu-22.04, type: "linux_arm64_ssl3" } - - { os: ubuntu-20.04, type: "linux_s390x_ssl3" } - - { os: ubuntu-20.04, type: "linux_ppc64le_ssl3" } - - { os: ubuntu-20.04, type: "linux_riscv64_ssl3" } + - { os: ubuntu-22.04, type: "linux_s390x_ssl3" } + - { os: ubuntu-22.04, type: "linux_ppc64le_ssl3" } + - { os: ubuntu-22.04, type: "linux_riscv64_ssl3" } #- { os: windows-2019, type: "windows_amd64", vcpkgCommitId: "6ca56aeb457f033d344a7106cb3f9f1abf8f4e98", triplet: "x64-windows-static" } #- { os: macos-12, type: "macos_amd64" } steps: