Skip to content

Commit e46d904

Browse files
authored
update github pipeline macos (#64)
Signed-off-by: turuslan <[email protected]>
1 parent bd870e8 commit e46d904

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
fail-fast: false
1616
matrix:
1717
# 3 jobs in total
18-
os: [ubuntu-18.04, macOS-10.14]
18+
os: [ubuntu-18.04, macOS-latest]
1919
compiler: [{
2020
"cc": "gcc",
2121
"cxx": "g++"
@@ -24,11 +24,11 @@ jobs:
2424
"cxx": "clang++"
2525
}]
2626
exclude:
27-
- os: macOS-10.14
27+
- os: macOS-latest
2828
compiler:
2929
cc: gcc
3030
include:
31-
- os: macOS-10.14
31+
- os: macOS-latest
3232
env:
3333
CFLAGS: "-I /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include"
3434
steps:

0 commit comments

Comments
 (0)