Skip to content

Commit 6280ea8

Browse files
committed
update ci runner versions
1 parent 384a6be commit 6280ea8

File tree

1 file changed

+8
-20
lines changed

1 file changed

+8
-20
lines changed

.github/workflows/ci.yml

+8-20
Original file line numberDiff line numberDiff line change
@@ -11,21 +11,13 @@ jobs:
1111
fail-fast: false
1212
matrix:
1313
include:
14-
- name: ubuntu-20.04-gcc-9
14+
- name: ubuntu-20.04-gcc
1515
os: ubuntu-20.04
16-
compiler: gcc-9
17-
18-
- name: ubuntu-20.04-gcc-11
19-
os: ubuntu-20.04
20-
compiler: gcc-11
21-
22-
- name: ubuntu-20.04-clang-9
23-
os: ubuntu-20.04
24-
compiler: clang-9
16+
compiler: gcc
2517

26-
- name: ubuntu-20.04-clang-12
18+
- name: ubuntu-20.04-clang
2719
os: ubuntu-20.04
28-
compiler: clang-12
20+
compiler: clang
2921

3022
- name: ubuntu-22.04-clang-15-no-exceptions
3123
os: ubuntu-22.04
@@ -56,18 +48,14 @@ jobs:
5648
os: windows-2022
5749
compiler: msvc
5850

59-
- name: macOS-12-gcc
60-
os: macOS-12
51+
- name: macOS-13-gcc
52+
os: macOS-13
6153
compiler: gcc
6254

63-
- name: macOS-13-clang
64-
os: macOS-13
55+
- name: macOS-14-clang
56+
os: macOS-14
6557
compiler: clang
6658

67-
# - name: macOS-14-clang
68-
# os: macOS-14
69-
# compiler: clang
70-
7159
steps:
7260
- uses: actions/checkout@v4
7361

0 commit comments

Comments
 (0)