We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a74e489 commit f075e0fCopy full SHA for f075e0f
.github/workflows/build.yml
@@ -11,7 +11,7 @@ env:
11
jobs:
12
build_wheel_linux:
13
name: Build wheels on Linux (${{ matrix.wheel_arch }})
14
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-22.04
15
strategy:
16
fail-fast: false
17
matrix:
@@ -163,7 +163,7 @@ jobs:
163
164
build_wheel_wasm:
165
name: Build wheels for WebAssembly
166
167
168
steps:
169
- uses: actions/checkout@v4
@@ -317,7 +317,7 @@ jobs:
317
# for the "Test" step below.
318
build_with_sanitizer:
319
name: Build with sanitizers for debugging purposes
320
321
env:
322
IGRAPH_CMAKE_EXTRA_ARGS: -DFORCE_COLORED_OUTPUT=ON
323
0 commit comments