Skip to content

Commit d81e3f7

Browse files
authored
update github pipeline macos (#49)
Signed-off-by: turuslan <[email protected]>
1 parent 40b2578 commit d81e3f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 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,7 +24,7 @@ jobs:
2424
"cxx": "clang++"
2525
}]
2626
exclude:
27-
- os: macOS-10.14
27+
- os: macOS-latest
2828
compiler:
2929
cc: gcc
3030
steps:

0 commit comments

Comments
 (0)