summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
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: