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/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,18 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest, macos-13]
os: [ubuntu-latest, macos-latest, windows-latest, macos-15-intel]
toolchain: ["1.38.0", "1.61.0", stable, beta, nightly]
exclude:
- os: macos-latest
toolchain: "1.38.0" # macOS ARM64 is not supported by 1.38.0
- os: macos-13
- os: macos-15-intel
toolchain: "1.38.0" # macOS is not supported by 1.38.0 (flexpect)
- toolchain: "1.61.0" # only macos
include:
- os: macos-latest
toolchain: "1.61.0"
- os: macos-13
- os: macos-15-intel
toolchain: "1.61.0"
env:
RUSTFLAGS: "-D warnings"
Expand Down