2
0
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:
Joachim Faulhaber
2023-09-07 20:38:48 +02:00
parent 5b572c5351
commit b2db8e5997

View File

@@ -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 }}