Use correct ubuntu version
This commit is contained in:
parent
6b2f774337
commit
afa501d306
8
.github/workflows/platform_natives.yaml
vendored
8
.github/workflows/platform_natives.yaml
vendored
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user