Skip to content

Commit c39b0e9

Browse files
authored
Update macOS runner version in workflow (#1561)
1 parent 21372d4 commit c39b0e9

File tree

1 file changed

+34
-3
lines changed

1 file changed

+34
-3
lines changed

.github/workflows/main.yml

Lines changed: 34 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,38 @@ jobs:
259259
RUSTFLAGS: --cfg rustix_use_experimental_features
260260
strategy:
261261
matrix:
262-
build: [ubuntu, ubuntu-22.04, i686-linux, aarch64-linux, powerpc-linux, powerpc64le-linux, riscv64-linux, s390x-linux, arm-linux, ubuntu-stable, i686-linux-stable, aarch64-linux-stable, riscv64-linux-stable, s390x-linux-stable, powerpc-linux-stable, powerpc64le-linux-stable, arm-linux-stable, ubuntu-1.63, i686-linux-1.63, aarch64-linux-1.63, riscv64-linux-1.63, s390x-linux-1.63, powerpc64le-linux, powerpc64le-linux-1.63, arm-linux-1.63, macos-latest, macos-13, windows, musl]
262+
build:
263+
[
264+
ubuntu,
265+
ubuntu-22.04,
266+
i686-linux,
267+
aarch64-linux,
268+
powerpc-linux,
269+
powerpc64le-linux,
270+
riscv64-linux,
271+
s390x-linux,
272+
arm-linux,
273+
ubuntu-stable,
274+
i686-linux-stable,
275+
aarch64-linux-stable,
276+
riscv64-linux-stable,
277+
s390x-linux-stable,
278+
powerpc-linux-stable,
279+
powerpc64le-linux-stable,
280+
arm-linux-stable,
281+
ubuntu-1.63,
282+
i686-linux-1.63,
283+
aarch64-linux-1.63,
284+
riscv64-linux-1.63,
285+
s390x-linux-1.63,
286+
powerpc64le-linux,
287+
powerpc64le-linux-1.63,
288+
arm-linux-1.63,
289+
macos-latest,
290+
macos-15-intel,
291+
windows,
292+
musl,
293+
]
263294
include:
264295
- build: ubuntu
265296
os: ubuntu-latest
@@ -459,8 +490,8 @@ jobs:
459490
- build: macos-latest
460491
os: macos-latest
461492
rust: stable
462-
- build: macos-13
463-
os: macos-13
493+
- build: macos-15-intel
494+
os: macos-15-intel
464495
rust: stable
465496
- build: windows
466497
os: windows-latest

0 commit comments

Comments
 (0)