diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d99c8b4..bd9cbc0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,9 +20,9 @@ jobs: matrix: include: - target: x86_64-apple-darwin - os: macos-13 + os: macos-latest - target: aarch64-apple-darwin - os: macos-14 + os: macos-latest - target: x86_64-unknown-linux-gnu os: ubuntu-latest - target: aarch64-unknown-linux-gnu