We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd870e8 commit e46d904Copy full SHA for e46d904
.github/workflows/ci.yml
@@ -15,7 +15,7 @@ jobs:
15
fail-fast: false
16
matrix:
17
# 3 jobs in total
18
- os: [ubuntu-18.04, macOS-10.14]
+ os: [ubuntu-18.04, macOS-latest]
19
compiler: [{
20
"cc": "gcc",
21
"cxx": "g++"
@@ -24,11 +24,11 @@ jobs:
24
"cxx": "clang++"
25
}]
26
exclude:
27
- - os: macOS-10.14
+ - os: macOS-latest
28
compiler:
29
cc: gcc
30
include:
31
32
env:
33
CFLAGS: "-I /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include"
34
steps:
0 commit comments