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 09:58:31 +0300
committerGitHub <noreply@github.com>2021-11-21 09:58:31 +0300
commita210e4b78ffe1a72704913a11327658992c1f7e9 (patch)
treef6152e3106461be9703062f206e17f3225a63b78
parentaeb6c6a792e1b15ba84606d3cbaa3e121934834c (diff)
Update cmake.yml
-rw-r--r--.github/workflows/cmake.yml7
1 files changed, 2 insertions, 5 deletions
diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml
index babf02c..5e10ac8 100644
--- a/.github/workflows/cmake.yml
+++ b/.github/workflows/cmake.yml
@@ -12,15 +12,12 @@ jobs:
strategy:
matrix:
build_type: [Release, Debug]
+ os: [macos-latest, ubuntu-latest]
+ CC: [clang, gcc]
include:
- - os: macos-latest
- CC: clang
- os: ubuntu-latest
CC: gcc
gcc_version: 11
- - os: ubuntu-latest
- CC: gcc
- gcc_version: latest
steps:
- uses: actions/checkout@v2