Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/cxong/tinydir.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCong <congusbongus@gmail.com>2021-11-21 10:00:57 +0300
committerGitHub <noreply@github.com>2021-11-21 10:00:57 +0300
commit5d8c578a326a821e7d7d7add6c4e6aea4f98522a (patch)
tree1308299ddb9328334143b2051dd3d887d8f85018
parenta210e4b78ffe1a72704913a11327658992c1f7e9 (diff)
Update cmake.ymlo3
-rw-r--r--.github/workflows/cmake.yml6
1 files changed, 4 insertions, 2 deletions
diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml
index 5e10ac8..100c6c8 100644
--- a/.github/workflows/cmake.yml
+++ b/.github/workflows/cmake.yml
@@ -14,9 +14,11 @@ jobs:
build_type: [Release, Debug]
os: [macos-latest, ubuntu-latest]
CC: [clang, gcc]
- include:
- - os: ubuntu-latest
+ gcc_version: [latest, 11]
+ exclude:
+ - os: macos-latest
CC: gcc
+ - CC: clang
gcc_version: 11
steps: