Skip to content

Commit

Permalink
ci: macOS 14, Ubuntu 24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
siketyan committed May 25, 2024
1 parent afb4ceb commit 2d6f31e
Showing 1 changed file with 3 additions and 1 deletion.
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

0 comments on commit 2d6f31e

Please sign in to comment.