mirror of
https://github.com/openziti/zrok.git
synced 2025-01-18 11:58:17 +01:00
use specific macOS runners
This commit is contained in:
parent
6169a61902
commit
15f48d5f8f
8
.github/workflows/build-wheels.yml
vendored
8
.github/workflows/build-wheels.yml
vendored
@ -14,7 +14,7 @@ jobs:
|
||||
matrix:
|
||||
spec:
|
||||
- { name: 'linux x86_64', runner: ubuntu-20.04, target: manylinux_2_27_x86_64 }
|
||||
- { name: 'macOS x86_64', runner: macos-12, target: macosx_10_14_x86_64 }
|
||||
- { name: 'macOS x86_64', runner: macos-13, target: macosx_10_14_x86_64 }
|
||||
- { name: 'Windows x86_64', runner: windows-2019, target: win_amd64 }
|
||||
name: building ${{ matrix.spec.name }}
|
||||
runs-on: ${{ matrix.spec.runner }}
|
||||
@ -68,12 +68,12 @@ jobs:
|
||||
uses: pypa/gh-action-pypi-publish@release/v1
|
||||
with:
|
||||
repository-url: https://test.pypi.org/legacy/
|
||||
packages_dir: dist
|
||||
skip_existing: true
|
||||
packages-dir: dist
|
||||
skip-existing: true
|
||||
verbose: true
|
||||
|
||||
- name: Publish wheels (PyPI)
|
||||
uses: pypa/gh-action-pypi-publish@release/v1
|
||||
with:
|
||||
packages_dir: dist
|
||||
packages-dir: dist
|
||||
verbose: true
|
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -227,7 +227,7 @@ jobs:
|
||||
|
||||
build-darwin:
|
||||
if: github.repository_owner == 'openziti' || vars.ZROK_SKIP_MACOS_BUILD == 'false'
|
||||
runs-on: macos-latest
|
||||
runs-on: macos-14
|
||||
steps:
|
||||
- name: import distribution cert
|
||||
uses: apple-actions/import-codesign-certs@v3
|
||||
|
Loading…
Reference in New Issue
Block a user