Skip to content

Commit

Permalink
fix tags
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike-Leo-Smith committed Apr 7, 2024
1 parent fb840c7 commit 9af85fc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ env:

jobs:
build-linux:
name: ubuntu-22.04
name: ubuntu
runs-on: [ self-hosted, x64, linux ]
steps:
- uses: actions/checkout@v3
Expand All @@ -40,7 +40,7 @@ jobs:
fail-fast: false
matrix:
runner:
- { os: macos-14, arch: x64 }
- { os: macos-13, arch: x64 }
- { os: macos, arch: self-hosted }
name: "${{ matrix.runner.os }}-${{ matrix.runner.arch }}"
runs-on: [ "${{ matrix.runner.os }}", "${{ matrix.runner.arch }}" ]
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
path: ./wheelhouse/*.whl

build-windows:
name: windows-2022
name: windows
runs-on: [ self-hosted, windows, x64 ]
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 9af85fc

Please sign in to comment.