mirror of
https://github.com/thunderbrewhq/squall.git
synced 2025-12-12 10:32:29 +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)
|
||||
os: ubuntu-latest
|
||||
build_type: Release
|
||||
cc: "gcc"
|
||||
cxx: "g++"
|
||||
cc: gcc
|
||||
cxx: g++
|
||||
|
||||
- name: "macOS Latest (Clang)"
|
||||
- name: macOS Latest (Clang)
|
||||
os: macos-latest
|
||||
build_type: "Release"
|
||||
cc: "clang"
|
||||
cxx: "clang++"
|
||||
build_type: Release
|
||||
cc: clang
|
||||
cxx: clang++
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue