mirror of
https://github.com/thunderbrewhq/squall.git
synced 2025-12-12 02:22:30 +00:00
chore(build): clean up matrix config
This commit is contained in:
parent
e838167bbd
commit
e1712d34aa
1 changed files with 6 additions and 6 deletions
12
.github/workflows/push.yml
vendored
12
.github/workflows/push.yml
vendored
|
|
@ -17,14 +17,14 @@ jobs:
|
||||||
- name: Ubuntu Latest (GCC)
|
- name: Ubuntu Latest (GCC)
|
||||||
os: ubuntu-latest
|
os: ubuntu-latest
|
||||||
build_type: Release
|
build_type: Release
|
||||||
cc: "gcc"
|
cc: gcc
|
||||||
cxx: "g++"
|
cxx: g++
|
||||||
|
|
||||||
- name: "macOS Latest (Clang)"
|
- name: macOS Latest (Clang)
|
||||||
os: macos-latest
|
os: macos-latest
|
||||||
build_type: "Release"
|
build_type: Release
|
||||||
cc: "clang"
|
cc: clang
|
||||||
cxx: "clang++"
|
cxx: clang++
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue