summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2020-10-28 14:35:16 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2020-10-28 14:35:16 +0100
commitc747d7f92366127f124a1fd38df9cf5100695345 (patch)
treed67757bfb5e04b984e0a9c757f9fb7643eb12879 /.github
parent8dcb0fab7a3ca3eba1f9eb25eb715cd7ba00a0a1 (diff)
downloadATCD-c747d7f92366127f124a1fd38df9cf5100695345.tar.gz
Add macos-11.0 github action environment
* .github/workflows/macosx.yml:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/macosx.yml4
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: