summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2022-07-31 22:23:39 +0100
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2022-07-31 22:23:39 +0100
commit54e7bb606e93207c497876a4a5c7e8e10b0224e9 (patch)
treeb3c9f38146d66e8f06debd8e1b51e6f769b5c1af /.github
parent89f57708e9511f9e3ba7d69d3605cc5c942c7f94 (diff)
downloadswig-54e7bb606e93207c497876a4a5c7e8e10b0224e9.tar.gz
Correct c17 testing with C++20
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 3be9b3a1d..51cef6a20 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -392,7 +392,7 @@ jobs:
c++11) export CSTD=c11 ;;
c++14) export CSTD=c11 ;;
c++17) export CSTD=c17 ;;
- c++20) export CSTD=c20 ;;
+ c++20) export CSTD=c17 ;;
esac
echo CSTD="$CSTD" >> $GITHUB_ENV
fi