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 <33363128+FormerLurker@users.noreply.github.com>2020-10-24 19:43:13 +0300
committerGitHub <noreply@github.com>2020-10-24 19:43:13 +0300
commit65ee1146e374cc8a7b6439a588f2113b1ee2802e (patch)
tree8332faaa17d26a313c499ec8572bacf43b7e8d14
parent0d54b4acee56076a2a4a414d1b40e4bfff543d64 (diff)
Update ccpp.yml
Switch macOS compiler to clang for testing.
-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: