File tree 1 file changed +8
-20
lines changed
1 file changed +8
-20
lines changed Original file line number Diff line number Diff line change @@ -11,21 +11,13 @@ jobs:
11
11
fail-fast : false
12
12
matrix :
13
13
include :
14
- - name : ubuntu-20.04-gcc-9
14
+ - name : ubuntu-20.04-gcc
15
15
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
25
17
26
- - name : ubuntu-20.04-clang-12
18
+ - name : ubuntu-20.04-clang
27
19
os : ubuntu-20.04
28
- compiler : clang-12
20
+ compiler : clang
29
21
30
22
- name : ubuntu-22.04-clang-15-no-exceptions
31
23
os : ubuntu-22.04
@@ -56,18 +48,14 @@ jobs:
56
48
os : windows-2022
57
49
compiler : msvc
58
50
59
- - name : macOS-12 -gcc
60
- os : macOS-12
51
+ - name : macOS-13 -gcc
52
+ os : macOS-13
61
53
compiler : gcc
62
54
63
- - name : macOS-13 -clang
64
- os : macOS-13
55
+ - name : macOS-14 -clang
56
+ os : macOS-14
65
57
compiler : clang
66
58
67
- # - name: macOS-14-clang
68
- # os: macOS-14
69
- # compiler: clang
70
-
71
59
steps :
72
60
- uses : actions/checkout@v4
73
61
You can’t perform that action at this time.
0 commit comments