Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
dey4ss committed Mar 10, 2024
1 parent 9bd8d51 commit e4e716c
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,22 +19,20 @@ jobs:
fail-fast: false
matrix:
include:

- name: gcc
- name: Ubuntu-GCC
cc: gcc
os: ubuntu-latest

- name: clang
- name: Ubuntu-Clang
cc: clang
os: ubuntu-latest

- name: clang-macOS
- name: macOS-AppleClang
cc: clang
cxx: clang++
os: macos-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: System Information
run: |
Expand Down

0 comments on commit e4e716c

Please sign in to comment.