Skip to content

Commit 18e209e

Browse files
committed
Use ubuntu 22 for cmake-3.10
1 parent 9e21efb commit 18e209e

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: macos-14
38+
- os: ubuntu-22.04
3939
build: cmake-3.10
40-
toolchain: {compiler: gcc, version: 13}
40+
toolchain: {compiler: gcc, version: 10}
4141
exclude:
4242
- os: macos-14
4343
toolchain: {compiler: intel, version: '2024.1'}

0 commit comments

Comments
 (0)