forked from boostorg/optional
GHA: Fix osx job (update image)
This commit is contained in:
committed by
Andrzej Krzemienski
parent
fe0384baa6
commit
5064a9a28d
11
.github/workflows/ci.yml
vendored
11
.github/workflows/ci.yml
vendored
@ -328,27 +328,20 @@ jobs:
|
|||||||
- name: "TOOLSET=clang COMPILER=clang++ CXXSTD=03,11,1 Job 15"
|
- name: "TOOLSET=clang COMPILER=clang++ CXXSTD=03,11,1 Job 15"
|
||||||
buildtype: "boost"
|
buildtype: "boost"
|
||||||
packages: ""
|
packages: ""
|
||||||
os: "macos-10.15"
|
os: "macos-11"
|
||||||
cxx: "clang++"
|
cxx: "clang++"
|
||||||
sources: ""
|
sources: ""
|
||||||
llvm_os: ""
|
llvm_os: ""
|
||||||
llvm_ver: ""
|
llvm_ver: ""
|
||||||
xcode_version: 11.7
|
|
||||||
toolset: "clang"
|
toolset: "clang"
|
||||||
compiler: "clang++"
|
compiler: "clang++"
|
||||||
cxxstd: "03,11,14,1z"
|
cxxstd: "03,11,14,17,2a"
|
||||||
|
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: Set DEVELOPER_DIR
|
|
||||||
if: matrix.xcode_version != ''
|
|
||||||
run: echo "DEVELOPER_DIR=/Applications/Xcode_${{ matrix.xcode_version }}.app/Contents/Developer" >> $GITHUB_ENV
|
|
||||||
- name: Test DEVELOPER_DIR
|
|
||||||
run: echo $DEVELOPER_DIR
|
|
||||||
|
|
||||||
- name: "osx"
|
- name: "osx"
|
||||||
shell: bash
|
shell: bash
|
||||||
env:
|
env:
|
||||||
|
Reference in New Issue
Block a user