Skip to content

Commit b1587b7

Browse files
committed
Take ubuntu-latest out of the matrix to start.
1 parent 795201d commit b1587b7

1 file changed

Lines changed: 7 additions & 4 deletions

File tree

.github/workflows/build-and-test.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,21 @@ jobs:
66
build-and-test:
77
strategy:
88
matrix:
9-
os: [ubuntu-latest, ubuntu-24.04, ubuntu-22.04,
9+
os: [ubuntu-24.04, ubuntu-22.04,
1010
windows-latest, windows-2025, windows-2022,
1111
macos-latest, macos-26, macos-15, macos-14, macos-15-intel]
1212
include:
1313
- coverage: OFF
1414
config: Release
1515
static_lib: ON
16-
- coverage: ON
17-
config: DEBUG
16+
- coverage: OFF
17+
config: Release
1818
static_lib: ON
1919
os: ubuntu-latest
20-
make_unique: ON
20+
# - coverage: ON
21+
# config: DEBUG
22+
# static_lib: ON
23+
# os: ubuntu-latest
2124
fail-fast: false
2225
defaults:
2326
run:

0 commit comments

Comments
 (0)