Skip to content

Commit 9e21efb

Browse files
committed
Switch from ubuntu to macOS for cmake-3.10
1 parent 48592ed commit 9e21efb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ jobs:
3535
- os: ubuntu-latest
3636
build: cmake-inline
3737
toolchain: {compiler: gcc, version: 10}
38-
- os: ubuntu-latest
38+
- os: macos-14
3939
build: cmake-3.10
40-
toolchain: {compiler: gcc, version: 10}
40+
toolchain: {compiler: gcc, version: 13}
4141
exclude:
4242
- os: macos-14
4343
toolchain: {compiler: intel, version: '2024.1'}

0 commit comments

Comments
 (0)