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-10-24 19:53:46 +0300
committerFormerLurker <hochgebe@gmail.com>2020-10-24 19:53:46 +0300
commitb707bb51b5171c72cc6e24ff6b32115ca1febeae (patch)
tree9095ccaccb63127df8447b95ef603097a1261f2a
parent1a79352bf17262c80936269e572536b40a2a5c80 (diff)
parent65ee1146e374cc8a7b6439a588f2113b1ee2802e (diff)
Merge branch 'master' of https://github.com/FormerLurker/ArcWelderLib
-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 3c884e9..08d6e47 100644
--- a/.github/workflows/ccpp.yml
+++ b/.github/workflows/ccpp.yml
@@ -39,11 +39,11 @@ jobs:
cc: "gcc", cxx: "g++"
}
- {
- name: "macOS Latest g++",
+ name: "macOS Latest clang",
artifact_tar: "macOS.tar.xz",
artifact_zip: "macOS.zip",
os: macos-latest,
- cc: "gcc", cxx: "g++"
+ cc: "clang", cxx: "clang++"
}
steps: