Skip to content

Commit

Permalink
[CI] macos: Sync changes from nightly run to actual ci run (require x…
Browse files Browse the repository at this point in the history
…code 14.2)
  • Loading branch information
LebedevRI committed Nov 4, 2023
1 parent b220d54 commit 587cf9a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,6 @@ jobs:
matrix:
build:
- { os: macos-12, xcode: 14.2, deployment: 12.5 } # LLVM14
- { os: macos-12, xcode: 13.4, deployment: 12.0 } # LLVM13
compiler:
- { compiler: XCode, CC: cc, CXX: c++ }
btype: [ Debug ]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ jobs:
fail-fast: true
matrix:
build:
- { os: macos-12, xcode: 14.2, deployment: 12.5 }
- { os: macos-12, xcode: 14.2, deployment: 12.5 } # LLVM14, native
compiler:
- { compiler: XCode, CC: cc, CXX: c++ }
btype: [ Release ]
Expand Down

0 comments on commit 587cf9a

Please sign in to comment.