mirror of
https://github.com/openziti/zrok.git
synced 2024-11-07 08:44:14 +01:00
stop using deprecated macos-11 runner
This commit is contained in:
parent
f2bf7ed2a2
commit
c8ae24eab9
2
.github/workflows/build-wheels.yml
vendored
2
.github/workflows/build-wheels.yml
vendored
@ -14,7 +14,7 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
spec:
|
spec:
|
||||||
- { name: 'linux x86_64', runner: ubuntu-20.04, target: manylinux_2_27_x86_64 }
|
- { name: 'linux x86_64', runner: ubuntu-20.04, target: manylinux_2_27_x86_64 }
|
||||||
- { name: 'macOS x86_64', runner: macos-11, target: macosx_10_14_x86_64 }
|
- { name: 'macOS x86_64', runner: macos-12, target: macosx_10_14_x86_64 }
|
||||||
- { name: 'Windows x86_64', runner: windows-2019, target: win_amd64 }
|
- { name: 'Windows x86_64', runner: windows-2019, target: win_amd64 }
|
||||||
name: building ${{ matrix.spec.name }}
|
name: building ${{ matrix.spec.name }}
|
||||||
runs-on: ${{ matrix.spec.runner }}
|
runs-on: ${{ matrix.spec.runner }}
|
||||||
|
Loading…
Reference in New Issue
Block a user