Skip to content

Commit 2929698

Browse files
committed
WIP update examples
1 parent df2367f commit 2929698

1 file changed

Lines changed: 9 additions & 20 deletions

File tree

github-actions/ci-scripts-build.yml.example-full

Lines changed: 9 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,6 @@ jobs:
5959
extra: "CMD_CXXFLAGS=-std=c++11"
6060
name: "Ub-20 gcc-9 C++11, static"
6161

62-
- os: ubuntu-18.04
63-
cmp: clang
64-
configuration: default
65-
name: "Ub-18 clang-9"
66-
6762
- os: ubuntu-20.04
6863
cmp: clang
6964
configuration: default
@@ -97,17 +92,6 @@ jobs:
9792
test: NO
9893
name: "Ub-20 gcc-9 + RT-5.1 beatnik"
9994

100-
- os: ubuntu-18.04
101-
cmp: gcc
102-
configuration: default
103-
name: "Ub-18 gcc-7"
104-
105-
- os: ubuntu-18.04
106-
cmp: gcc-8
107-
utoolchain: true
108-
configuration: default
109-
name: "Ub-18 gcc-8"
110-
11195
- os: ubuntu-20.04
11296
cmp: gcc-8
11397
utoolchain: true
@@ -119,15 +103,20 @@ jobs:
119103
configuration: default
120104
name: "Ub-20 clang-10"
121105

122-
- os: macos-11
106+
- os: macos-13
107+
cmp: clang
108+
configuration: default
109+
name: "MacOS clang-14"
110+
111+
- os: macos-14
123112
cmp: clang
124113
configuration: default
125-
name: "MacOS clang-13"
114+
name: "MacOS clang-15"
126115

127-
- os: macos-12
116+
- os: macos-15
128117
cmp: clang
129118
configuration: default
130-
name: "MacOS clang-13"
119+
name: "MacOS clang-15"
131120

132121
- os: windows-2019
133122
cmp: gcc

0 commit comments

Comments
 (0)