mirror of
https://github.com/RubyMetric/chsrc
synced 2025-10-10 06:03:24 +08:00
Use gcc
on macOS
when CI
This commit is contained in:
10
.github/workflows/build-on-macOS.yml
vendored
10
.github/workflows/build-on-macOS.yml
vendored
@@ -22,9 +22,12 @@ jobs:
|
||||
- name: 检出代码
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: 检查编译器版本
|
||||
- name: 检查 Clang 版本
|
||||
run: |
|
||||
clang --version
|
||||
|
||||
- name: 检查 GCC 版本
|
||||
run: |
|
||||
gcc --version
|
||||
|
||||
- name: 为 arm64 (AArch64) 构建
|
||||
@@ -52,9 +55,12 @@ jobs:
|
||||
- name: 检出代码
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: 检查编译器版本
|
||||
- name: 检查 Clang 版本
|
||||
run: |
|
||||
clang --version
|
||||
|
||||
- name: 检查 GCC 版本
|
||||
run: |
|
||||
gcc --version
|
||||
|
||||
- name: 为 x64 构建
|
||||
|
Reference in New Issue
Block a user