Skip to content

Commit 601b4ea

Browse files
committed
uniform ubuntu
1 parent 2e73b1f commit 601b4ea

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/releases.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,10 @@ on: [push, pull_request]
44

55
jobs:
66
build_artifacts:
7-
name: Build wheel on ${{ matrix.os }}
8-
runs-on: ${{ matrix.os }}
7+
name: Build wheel on ubuntu-latest
8+
runs-on: ubuntu-latest
99
strategy:
1010
fail-fast: false
11-
matrix:
12-
os: [ubuntu-18.04]
1311
env:
1412
CIBW_TEST_COMMAND: pytest --pyargs zarr
1513
CIBW_TEST_REQUIRES: pytest

0 commit comments

Comments
 (0)