mirror of
https://github.com/boostorg/beast.git
synced 2025-08-02 14:24:31 +02:00
Switch to mac-11 in GHA
This commit is contained in:
committed by
Klemens Morgenstern
parent
5ccb33b71c
commit
c4b555e764
12
.github/workflows/ci.yml
vendored
12
.github/workflows/ci.yml
vendored
@@ -172,22 +172,22 @@ jobs:
|
|||||||
- description: macos-cxx11
|
- description: macos-cxx11
|
||||||
toolset: clang
|
toolset: clang
|
||||||
cxxstd: "11"
|
cxxstd: "11"
|
||||||
os: macos-10.15
|
os: macos-11
|
||||||
supported: true
|
supported: true
|
||||||
- description: macos-cxx14
|
- description: macos-cxx14
|
||||||
toolset: clang
|
toolset: clang
|
||||||
cxxstd: "14"
|
cxxstd: "14"
|
||||||
os: macos-10.15
|
os: macos-11
|
||||||
supported: true
|
supported: true
|
||||||
- description: macos-cxx17
|
- description: macos-cxx17
|
||||||
toolset: clang
|
toolset: clang
|
||||||
cxxstd: "17"
|
cxxstd: "17"
|
||||||
os: macos-10.15
|
os: macos-11
|
||||||
supported: true
|
supported: true
|
||||||
- description: macos-cxx2a
|
- description: macos-cxx2a
|
||||||
toolset: clang
|
toolset: clang
|
||||||
cxxstd: "2a"
|
cxxstd: "2a"
|
||||||
os: macos-10.15
|
os: macos-11
|
||||||
supported: true
|
supported: true
|
||||||
|
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
@@ -251,8 +251,8 @@ jobs:
|
|||||||
./bootstrap.sh
|
./bootstrap.sh
|
||||||
./b2 -d0 headers
|
./b2 -d0 headers
|
||||||
|
|
||||||
- name: Macos specific
|
- name: Macos 11 specific
|
||||||
if: matrix.os == 'macos-10.15'
|
if: matrix.os == 'macos-11'
|
||||||
run: |
|
run: |
|
||||||
echo "macos - set up homebrew openssl"
|
echo "macos - set up homebrew openssl"
|
||||||
cat > ~/user-config.jam <<EOF
|
cat > ~/user-config.jam <<EOF
|
||||||
|
Reference in New Issue
Block a user