mirror of
https://github.com/boostorg/icl.git
synced 2026-01-19 04:12:13 +00:00
Removed CXXSTD 03 in ci configs for osx to get rid of dependent compile errors in tests
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -177,7 +177,7 @@ jobs:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
include:
|
||||
- name: "TOOLSET=clang CXXSTD=03,11,14,1z Job 5"
|
||||
- name: "TOOLSET=clang CXXSTD=11,14,1z Job 5"
|
||||
buildtype: "boost"
|
||||
packages: ""
|
||||
os: "macos-11"
|
||||
@@ -187,7 +187,7 @@ jobs:
|
||||
llvm_ver: ""
|
||||
xcode_version: 11.7
|
||||
toolset: "clang"
|
||||
cxxstd: "03,11,14,1z"
|
||||
cxxstd: "11,14,1z"
|
||||
|
||||
runs-on: ${{ matrix.os }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user