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: