ci: Bump Apple clients to 1.4.2 (#8109)

Fixes a slew of memory leaks, crashes, and other papercuts.
This commit is contained in:
Jamil
2025-02-13 14:08:45 -08:00
committed by GitHub
parent 2b1e9ac17f
commit 39cbf60ec8
8 changed files with 43 additions and 15 deletions

View File

@@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-22.04
env:
# mark:next-apple-version
RELEASE_NAME: macos-client-1.4.2
RELEASE_NAME: macos-client-1.4.3
steps:
- uses: release-drafter/release-drafter@b1476f6e6eb133afa41ed8589daba6dc69b4d3f5 # v6.1.0
if: "${{ github.event_name == 'workflow_dispatch' && github.ref_name == 'main' }}"
@@ -55,9 +55,9 @@ jobs:
build-script: scripts/build/macos-standalone.sh
upload-script: scripts/upload/github-release.sh
# mark:next-apple-version
artifact-file: "firezone-macos-client-1.4.2.dmg"
artifact-file: "firezone-macos-client-1.4.3.dmg"
# mark:next-apple-version
release-name: macos-client-1.4.2
release-name: macos-client-1.4.3
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with: