Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

update build matrix#1675

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
montanalow wants to merge9 commits intomaster
base:master
Choose a base branch
Loading
frommontana/package
Open
Changes from1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
PrevPrevious commit
NextNext commit
python
  • Loading branch information
@montanalow
montanalow committedJan 29, 2025
commit03cb17f11bc829f7ba25ee6e8445e6736496f8b8
13 changes: 5 additions & 8 deletions.github/workflows/ubuntu-postgresml-python-package.yaml
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -13,26 +13,23 @@ jobs:
matrix:
include:
# Ubuntu 24.04 LTS (Noble)
- os: "buildjet-4vcpu-ubuntu-2404"
- os: "ubuntu-24.04"
ubuntu_version: "noble"
arch: "amd64"
- os: "buildjet-8vcpu-ubuntu-2404-arm"
- os: "ubuntu-24.04-arm"
ubuntu_version: "noble"
arch: "arm64"
# Ubuntu 22.04 LTS (Jammy)
- os: "buildjet-4vcpu-ubuntu-2204"
- os: "ubuntu-22.04"
ubuntu_version: "jammy"
arch: "amd64"
- os: "buildjet-8vcpu-ubuntu-2204-arm"
- os: "ubuntu-22.04-arm"
ubuntu_version: "jammy"
arch: "arm64"
# Ubuntu 20.04 LTS (Focal) - Consider removing after April 2025
- os: "buildjet-4vcpu-ubuntu-2004"
- os: "ubuntu-20.04"
ubuntu_version: "focal"
arch: "amd64"
- os: "buildjet-8vcpu-ubuntu-2004-arm"
ubuntu_version: "focal"
arch: "arm64"
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
Expand Down
Loading

[8]ページ先頭

©2009-2025 Movatter.jp