Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey-lysiuk committed Oct 1, 2024
1 parent 445e832 commit f6465bf
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions .github/workflows/build-cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,24 +11,24 @@ jobs:
matrix:
config:
- name: Linux Clang
os: ubuntu-22.04
os: ubuntu-24.04
extra_options: -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++

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

- name: macOS Intel
os: macos-13

- name: macOS ARM
os: macos-14

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

- name: MSVC 64-bit
os: windows-2022
# - name: macOS Intel
# os: macos-13
#
# - name: macOS ARM
# os: macos-14
#
# - name: MSVC 32-bit
# os: windows-2022
# extra_options: -A Win32
#
# - name: MSVC 64-bit
# os: windows-2022

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

0 comments on commit f6465bf

Please sign in to comment.