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

github.com/FormerLurker/ArcWelderLib.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFormerLurker <hochgebe@gmail.com>2021-01-18 23:23:43 +0300
committerFormerLurker <hochgebe@gmail.com>2021-01-18 23:23:43 +0300
commitf9cef7ecb7178b2d745f6597bcd649db0d713ec7 (patch)
tree1e12e26b049aea53072970e0b88ffb8e08373fe3
parent3af9af2cdc778bbb7f481177cf3c840e6d9d1ee2 (diff)
Try compiling with GCC for macos.
-rw-r--r--.github/workflows/ccpp.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ccpp.yml b/.github/workflows/ccpp.yml
index 41a44f5..368c8b8 100644
--- a/.github/workflows/ccpp.yml
+++ b/.github/workflows/ccpp.yml
@@ -39,11 +39,11 @@ jobs:
cc: "gcc", cxx: "g++"
}
- {
- name: "macOS Latest clang",
+ name: "macOS Latest GCC",
artifact_tar: "macOS.tar.xz",
artifact_zip: "macOS.zip",
os: macos-latest,
- cc: "clang", cxx: "clang++"
+ cc: "gcc", cxx: "g++"
}
steps: