Skip to content

Commit

Permalink
remove macos for now...
Browse files Browse the repository at this point in the history
  • Loading branch information
r3w0p committed May 19, 2024
1 parent 5c8d981 commit bc44642
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/building.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,14 @@ jobs:
os: ubuntu-latest
compiler: clang++

- name: MacOS Clang
os: macos-latest
compiler: clang++
#- name: MacOS Clang
# os: macos-latest
# compiler: clang++

- name: Windows GCC
os: windows-latest
compiler: g++

- name: Windows MSVC
os: windows-latest
compiler: cl

steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit bc44642

Please sign in to comment.