Skip to content

Commit f075e0f

Browse files
committed
ci: replace ubuntu-20.04 image with ubuntu-22.04
1 parent a74e489 commit f075e0f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ env:
1111
jobs:
1212
build_wheel_linux:
1313
name: Build wheels on Linux (${{ matrix.wheel_arch }})
14-
runs-on: ubuntu-20.04
14+
runs-on: ubuntu-22.04
1515
strategy:
1616
fail-fast: false
1717
matrix:
@@ -163,7 +163,7 @@ jobs:
163163

164164
build_wheel_wasm:
165165
name: Build wheels for WebAssembly
166-
runs-on: ubuntu-20.04
166+
runs-on: ubuntu-22.04
167167

168168
steps:
169169
- uses: actions/checkout@v4
@@ -317,7 +317,7 @@ jobs:
317317
# for the "Test" step below.
318318
build_with_sanitizer:
319319
name: Build with sanitizers for debugging purposes
320-
runs-on: ubuntu-20.04
320+
runs-on: ubuntu-22.04
321321
env:
322322
IGRAPH_CMAKE_EXTRA_ARGS: -DFORCE_COLORED_OUTPUT=ON
323323
steps:

0 commit comments

Comments
 (0)