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>2020-05-12 21:33:33 +0300
committerFormerLurker <hochgebe@gmail.com>2020-05-12 21:33:33 +0300
commitc98d75bbe69db3b19e0168f4e4c0bce272723cb5 (patch)
tree5f9ecd1b8514be6397f5789ccda3e932973eeaa1 /.github
parent406f62a662596091d7ceb2736b23622e0f8826f7 (diff)
Attempt to use G++ for macos. Will this work?
Diffstat (limited to '.github')
-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 705a0c4..ca462ab 100644
--- a/.github/workflows/ccpp.yml
+++ b/.github/workflows/ccpp.yml
@@ -33,9 +33,9 @@ jobs:
cc: "gcc", cxx: "g++"
}
- {
- name: "macOS Latest Clang", artifact: "macOS.tar.xz",
+ name: "macOS Latest g++", artifact: "macOS.tar.xz",
os: macos-latest,
- cc: "clang", cxx: "clang++"
+ cc: "g++", cxx: "g++"
}
steps: