Skip to content

Commit

Permalink
Merge pull request #60 from siketyan/release/v0.4.0
Browse files Browse the repository at this point in the history
chore: Release v0.4.0
  • Loading branch information
siketyan authored May 25, 2024
2 parents db51e1e + 2d6f31e commit 5c173ca
Show file tree
Hide file tree
Showing 4 changed files with 178 additions and 174 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ jobs:
os:
- windows-2022
- macos-13
- macos-14
- ubuntu-22.04
- ubuntu-24.04
include:
- os: windows-2022
tests: true
Expand Down Expand Up @@ -59,7 +61,7 @@ jobs:
run: cargo test --all-features

deploy:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
if: ${{ github.event_name == 'release' }}
needs:
- checks
Expand Down
Loading

0 comments on commit 5c173ca

Please sign in to comment.