Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update workflows #17

Merged
merged 1 commit into from
Jun 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
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
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,23 +71,23 @@ jobs:
build: [linux, linux-arm, macos, win-msvc, win32-msvc]
include:
- build: linux
os: ubuntu-18.04
os: ubuntu-24.04
rust: stable
target: x86_64-unknown-linux-musl
- build: linux-arm
os: ubuntu-18.04
os: ubuntu-24.04
rust: stable
target: arm-unknown-linux-gnueabihf
- build: macos
os: macos-latest
rust: stable
target: x86_64-apple-darwin
- build: win-msvc
os: windows-2019
os: windows-latest
rust: stable
target: x86_64-pc-windows-msvc
- build: win32-msvc
os: windows-2019
os: windows-latest
rust: stable
target: i686-pc-windows-msvc
steps:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,23 +27,23 @@ jobs:
build: [linux, linux-arm, macos, win-msvc, win32-msvc]
include:
- build: linux
os: ubuntu-18.04
os: ubuntu-24.04
rust: stable
target: x86_64-unknown-linux-musl
- build: linux-arm
os: ubuntu-18.04
os: ubuntu-24.04
rust: stable
target: arm-unknown-linux-gnueabihf
- build: macos
os: macos-latest
rust: stable
target: x86_64-apple-darwin
- build: win-msvc
os: windows-2019
os: windows-latest
rust: stable
target: x86_64-pc-windows-msvc
- build: win32-msvc
os: windows-2019
os: windows-latest
rust: stable
target: i686-pc-windows-msvc

Expand Down
Loading