summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2020-11-09 13:52:26 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2020-11-09 13:52:26 +0100
commite01b0e87e31544753b8258413742def55c29cd45 (patch)
treea9056bda1321b9bf2063c514ce459aa1c511794c /.github
parent754e5a7a4d7c445d52b5376323bf19a6a206dc23 (diff)
downloadATCD-e01b0e87e31544753b8258413742def55c29cd45.tar.gz
Remove C++03 from the github macosx actions
* .github/workflows/macosx.yml:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/macosx.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/macosx.yml b/.github/workflows/macosx.yml
index 5a15c677f6f..c6420a4b2a0 100644
--- a/.github/workflows/macosx.yml
+++ b/.github/workflows/macosx.yml
@@ -10,7 +10,7 @@ jobs:
build:
strategy:
matrix:
- cxxstd: ["03", "11"]
+ cxxstd: ["11"]
os: [macos-10.15, macos-11.0]
include:
- platform_file: include $(ACE_ROOT)/include/makeinclude/platform_macosx.GNU