Skip to content

Commit b9f8b64

Browse files
committed
Cleanup
1 parent 2624cc0 commit b9f8b64

3 files changed

Lines changed: 7 additions & 11 deletions

File tree

.github/workflows/ci-linux.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ jobs:
2727
strategy:
2828
fail-fast: false
2929
matrix:
30-
os: [ubuntu-22.04, ubuntu-24.04, ubuntu-22.04-arm, ubuntu-24.04-arm]
31-
compiler:
30+
os: [ubuntu-24.04, ubuntu-24.04-arm, ubuntu-22.04, ubuntu-22.04-arm]
31+
compiler:
3232
- {c: gcc, cpp: g++}
3333
- {c: clang, cpp: clang++}
3434
sanitize: [address, undefined, thread]
3535
build_system: [cmake, meson]
36-
36+
3737
runs-on: ${{ matrix.os }}
3838

3939
steps:

.github/workflows/ci-macos.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ jobs:
2525
strategy:
2626
fail-fast: false
2727
matrix:
28-
os: [macos-26, macos-26-intel, macos-15, macos-15-intel]
29-
compiler:
28+
os: [macos-26, macos-26-intel]
29+
compiler:
3030
- {c: clang, cpp: clang++}
3131
sanitize: [address, undefined, thread]
3232
build_system: [cmake, meson]
33-
33+
3434
runs-on: ${{ matrix.os }}
3535

3636
steps:

.github/workflows/ci-windows.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,17 +25,13 @@ jobs:
2525
matrix:
2626
os: [windows-2025, windows-2022]
2727
build_system: [cmake]
28-
28+
2929
runs-on: ${{ matrix.os }}
3030

3131
steps:
3232
- name: Checkout code
3333
uses: actions/checkout@v6
3434

35-
- name: Install meson
36-
run: |
37-
pip install meson
38-
3935
- name: Install boost
4036
uses: MarkusJx/install-boost@v2.6.0
4137
id: install-boost-windows

0 commit comments

Comments
 (0)