From 80c2f787458f44d2383bdf28ef91af23ce1369f8 Mon Sep 17 00:00:00 2001 From: Jamy Golden Date: Wed, 3 Jul 2024 17:20:37 +0200 Subject: [PATCH] Fix release build by adding latest macos targets --- .github/workflows/release.yml | 10 ++++++---- .github/workflows/tag-release.yml | 2 +- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bcf142b..30c6cd8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -61,10 +61,12 @@ jobs: os: ubuntu-latest - target: aarch64-unknown-linux-gnu os: ubuntu-latest - - os: macos-11 - target: x86_64-apple-darwin - - os: macos-11 - target: aarch64-apple-darwin + - target: aarch64-apple-darwin + os: macos-latest + - target: x86_64-apple-darwin + os: macos-latest + - target: universal-apple-darwin + os: macos-latest steps: - uses: actions/checkout@v4 - uses: taiki-e/upload-rust-binary-action@v1 diff --git a/.github/workflows/tag-release.yml b/.github/workflows/tag-release.yml index a4171b6..91b6475 100644 --- a/.github/workflows/tag-release.yml +++ b/.github/workflows/tag-release.yml @@ -3,7 +3,7 @@ on: workflow_call: secrets: RELEASE: - description: Docker GHCR token + description: Release token required: true inputs: git_tag_name: