Skip to content

Commit 0ef1927

Browse files
authored
gh actions: use macos-15-intel for x86 tests (#112)
1 parent dbd39d3 commit 0ef1927

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,18 @@ jobs:
1616
runs-on: ${{ matrix.os }}
1717
strategy:
1818
matrix:
19-
os: [ubuntu-latest, macos-latest, windows-latest, macos-13]
19+
os: [ubuntu-latest, macos-latest, windows-latest, macos-15-intel]
2020
toolchain: ["1.38.0", "1.61.0", stable, beta, nightly]
2121
exclude:
2222
- os: macos-latest
2323
toolchain: "1.38.0" # macOS ARM64 is not supported by 1.38.0
24-
- os: macos-13
24+
- os: macos-15-intel
2525
toolchain: "1.38.0" # macOS is not supported by 1.38.0 (flexpect)
2626
- toolchain: "1.61.0" # only macos
2727
include:
2828
- os: macos-latest
2929
toolchain: "1.61.0"
30-
- os: macos-13
30+
- os: macos-15-intel
3131
toolchain: "1.61.0"
3232
env:
3333
RUSTFLAGS: "-D warnings"

0 commit comments

Comments
 (0)