We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parentedbf406 commit03cb17fCopy full SHA for 03cb17f
.github/workflows/ubuntu-postgresml-python-package.yaml
@@ -13,26 +13,23 @@ jobs:
13
matrix:
14
include:
15
# Ubuntu 24.04 LTS (Noble)
16
- -os:"buildjet-4vcpu-ubuntu-2404"
+ -os:"ubuntu-24.04"
17
ubuntu_version:"noble"
18
arch:"amd64"
19
- -os:"buildjet-8vcpu-ubuntu-2404-arm"
+ -os:"ubuntu-24.04-arm"
20
21
arch:"arm64"
22
# Ubuntu 22.04 LTS (Jammy)
23
- -os:"buildjet-4vcpu-ubuntu-2204"
+ -os:"ubuntu-22.04"
24
ubuntu_version:"jammy"
25
26
- -os:"buildjet-8vcpu-ubuntu-2204-arm"
+ -os:"ubuntu-22.04-arm"
27
28
29
# Ubuntu 20.04 LTS (Focal) - Consider removing after April 2025
30
- -os:"buildjet-4vcpu-ubuntu-2004"
+ -os:"ubuntu-20.04"
31
ubuntu_version:"focal"
32
33
- -os:"buildjet-8vcpu-ubuntu-2004-arm"
34
-ubuntu_version:"focal"
35
-arch:"arm64"
36
runs-on:${{ matrix.os }}
37
steps:
38
-uses:actions/checkout@v3