Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 03cb17f

Browse filesBrowse files
committed
python
1 parent edbf406 commit 03cb17f
Copy full SHA for 03cb17f

File tree

1 file changed

+5
-8
lines changed
Filter options

1 file changed

+5
-8
lines changed

‎.github/workflows/ubuntu-postgresml-python-package.yaml

Copy file name to clipboardExpand all lines: .github/workflows/ubuntu-postgresml-python-package.yaml
+5-8Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,26 +13,23 @@ jobs:
1313
matrix:
1414
include:
1515
# Ubuntu 24.04 LTS (Noble)
16-
- os: "buildjet-4vcpu-ubuntu-2404"
16+
- os: "ubuntu-24.04"
1717
ubuntu_version: "noble"
1818
arch: "amd64"
19-
- os: "buildjet-8vcpu-ubuntu-2404-arm"
19+
- os: "ubuntu-24.04-arm"
2020
ubuntu_version: "noble"
2121
arch: "arm64"
2222
# Ubuntu 22.04 LTS (Jammy)
23-
- os: "buildjet-4vcpu-ubuntu-2204"
23+
- os: "ubuntu-22.04"
2424
ubuntu_version: "jammy"
2525
arch: "amd64"
26-
- os: "buildjet-8vcpu-ubuntu-2204-arm"
26+
- os: "ubuntu-22.04-arm"
2727
ubuntu_version: "jammy"
2828
arch: "arm64"
2929
# Ubuntu 20.04 LTS (Focal) - Consider removing after April 2025
30-
- os: "buildjet-4vcpu-ubuntu-2004"
30+
- os: "ubuntu-20.04"
3131
ubuntu_version: "focal"
3232
arch: "amd64"
33-
- os: "buildjet-8vcpu-ubuntu-2004-arm"
34-
ubuntu_version: "focal"
35-
arch: "arm64"
3633
runs-on: ${{ matrix.os }}
3734
steps:
3835
- uses: actions/checkout@v3

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.