Skip to content

Commit

Permalink
Runs CI on the latest platform.
Browse files Browse the repository at this point in the history
  • Loading branch information
pchanial committed Nov 10, 2022
1 parent 3038aa1 commit 94bfdda
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,16 @@ jobs:

build_wheels:
name: Build wheels (${{ matrix.python.version }}) on ${{ matrix.platform.os }}/${{ matrix.platform.arch }}
runs-on: ${{ matrix.platform.os }}
runs-on: ${{ matrix.platform.os }}-latest
strategy:
fail-fast: false
matrix:
platform:
- os: ubuntu-20.04
- os: Ubuntu
arch: x86_64
- os: macos-11
- os: macOS
arch: x86_64
- os: macos-11
- os: macOS
arch: arm64
python:
- version: "3.8"
Expand Down

0 comments on commit 94bfdda

Please sign in to comment.