Skip to content

Commit 31bf761

Browse files
committed
Try run on apple silicon.
1 parent ab62788 commit 31bf761

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

.github/workflows/cmake.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,16 @@ jobs:
1010
build:
1111
strategy:
1212
matrix:
13-
os: [ubuntu-latest, windows-latest, macOS-latest]
13+
os: [ubuntu-latest, windows-latest, macos-11, macos-14]
1414
type: [Debug, RelWithDebInfo, MinSizeRel, Release]
1515
compiler: [default, clang, gcc, tcc]
1616
exclude:
17-
- {os: "macOS-latest", compiler: "clang"}
18-
- {os: "macOS-latest", compiler: "gcc"}
19-
- {os: "macOS-latest", compiler: "tcc"}
17+
- {os: "macos-11", compiler: "clang"}
18+
- {os: "macos-11", compiler: "gcc"}
19+
- {os: "macos-11", compiler: "tcc"}
20+
- {os: "macos-14", compiler: "clang"}
21+
- {os: "macos-14", compiler: "gcc"}
22+
- {os: "macos-14", compiler: "tcc"}
2023
- {os: "ubuntu-latest", compiler: "default"}
2124
- {os: "ubuntu-latest", compiler: "default"}
2225
- {os: "windows-latest", compiler: "tcc"}

0 commit comments

Comments
 (0)