Skip to content
Merged
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
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
- name: Linux x86_64
os: ubuntu-latest
- name: macOS aarch64
os: macos-14
os: macos-15
- name: Windows x86_64 MSVC
os: windows-latest
name: Clippy ${{ matrix.name }}
Expand Down Expand Up @@ -156,11 +156,11 @@ jobs:
rust: nightly
other: TODO # cross-compile tests are disabled, this shouldn't matter.
- name: macOS aarch64 stable
os: macos-14
os: macos-15
rust: stable
other: x86_64-apple-darwin
- name: macOS aarch64 nightly
os: macos-14
os: macos-15
rust: nightly
other: x86_64-apple-darwin
- name: Windows x86_64 MSVC stable
Expand Down
Loading