mirror of
https://github.com/openziti/zrok.git
synced 2025-01-26 15:58:41 +01:00
Merge pull request #806 from openziti/bump-macos-py-wheel-runner
Bump macos py wheel runner
This commit is contained in:
commit
c0196e1aca
10
.github/workflows/build-wheels.yml
vendored
10
.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-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: '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 }}
|
||||||
@ -68,12 +68,12 @@ jobs:
|
|||||||
uses: pypa/gh-action-pypi-publish@release/v1
|
uses: pypa/gh-action-pypi-publish@release/v1
|
||||||
with:
|
with:
|
||||||
repository-url: https://test.pypi.org/legacy/
|
repository-url: https://test.pypi.org/legacy/
|
||||||
packages_dir: dist
|
packages-dir: dist
|
||||||
skip_existing: true
|
skip-existing: true
|
||||||
verbose: true
|
verbose: true
|
||||||
|
|
||||||
- name: Publish wheels (PyPI)
|
- name: Publish wheels (PyPI)
|
||||||
uses: pypa/gh-action-pypi-publish@release/v1
|
uses: pypa/gh-action-pypi-publish@release/v1
|
||||||
with:
|
with:
|
||||||
packages_dir: dist
|
packages-dir: dist
|
||||||
verbose: true
|
verbose: true
|
||||||
|
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -227,7 +227,7 @@ jobs:
|
|||||||
|
|
||||||
build-darwin:
|
build-darwin:
|
||||||
if: github.repository_owner == 'openziti' || vars.ZROK_SKIP_MACOS_BUILD == 'false'
|
if: github.repository_owner == 'openziti' || vars.ZROK_SKIP_MACOS_BUILD == 'false'
|
||||||
runs-on: macos-latest
|
runs-on: macos-14
|
||||||
steps:
|
steps:
|
||||||
- name: import distribution cert
|
- name: import distribution cert
|
||||||
uses: apple-actions/import-codesign-certs@v3
|
uses: apple-actions/import-codesign-certs@v3
|
||||||
|
@ -2,6 +2,8 @@
|
|||||||
|
|
||||||
## v0.4.46
|
## v0.4.46
|
||||||
|
|
||||||
|
FEATURE: Linux service template for systemd user units (https://github.com/openziti/zrok/pull/818)
|
||||||
|
|
||||||
FIX: Docker share examples had incorrect default path for zrok environment mountpoint
|
FIX: Docker share examples had incorrect default path for zrok environment mountpoint
|
||||||
|
|
||||||
FIX: Clarify how to use DNS providers like Route53 with the zrok Docker instance sample.
|
FIX: Clarify how to use DNS providers like Route53 with the zrok Docker instance sample.
|
||||||
@ -12,7 +14,7 @@ CHANGE: Clarify OS requirements for zrok VPN
|
|||||||
|
|
||||||
CHANGE: Set the Windows executable search path in the Windows install guide.
|
CHANGE: Set the Windows executable search path in the Windows install guide.
|
||||||
|
|
||||||
FEATURE: Linux service template for systemd user units (https://github.com/openziti/zrok/pull/818)
|
CHANGE: bump macOS runner for Python module from macos-12 to macos-13
|
||||||
|
|
||||||
## v0.4.45
|
## v0.4.45
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user