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:
-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: