diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2020-10-28 14:35:16 +0100 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2020-10-28 14:35:16 +0100 |
commit | c747d7f92366127f124a1fd38df9cf5100695345 (patch) | |
tree | d67757bfb5e04b984e0a9c757f9fb7643eb12879 | |
parent | 8dcb0fab7a3ca3eba1f9eb25eb715cd7ba00a0a1 (diff) | |
download | ATCD-c747d7f92366127f124a1fd38df9cf5100695345.tar.gz |
Add macos-11.0 github action environment
* .github/workflows/macosx.yml:
-rw-r--r-- | .github/workflows/macosx.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/macosx.yml b/.github/workflows/macosx.yml index d7ff328b136..5a15c677f6f 100644 --- a/.github/workflows/macosx.yml +++ b/.github/workflows/macosx.yml @@ -11,9 +11,9 @@ jobs: strategy: matrix: cxxstd: ["03", "11"] + os: [macos-10.15, macos-11.0] include: - - os: macos-10.15 - platform_file: include $(ACE_ROOT)/include/makeinclude/platform_macosx.GNU + - platform_file: include $(ACE_ROOT)/include/makeinclude/platform_macosx.GNU runs-on: ${{ matrix.os }} name: "${{ matrix.os }}-C++${{ matrix.cxxstd }}" env: |