Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey-lysiuk committed Dec 24, 2024
1 parent bd05f59 commit eb66f60
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/build-cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,18 @@ jobs:
os: ubuntu-24.04
extra_options: -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++

# - name: Linux GCC
# os: ubuntu-24.04
- name: Linux GCC
os: ubuntu-24.04

# - name: macOS Intel
# os: macos-13
- name: macOS Intel
os: macos-13

# - name: macOS ARM
# os: macos-14
- name: macOS ARM
os: macos-14

# - name: MSVC 32-bit
# os: windows-2022
# extra_options: -A Win32
- name: MSVC 32-bit
os: windows-2022
extra_options: -A Win32

- name: MSVC 64-bit
os: windows-2022
Expand Down

0 comments on commit eb66f60

Please sign in to comment.