From 30856b0706fdb76a69c3812fd37a915c018ee038 Mon Sep 17 00:00:00 2001 From: Daniel Parks Date: Wed, 12 Feb 2025 20:33:46 -0800 Subject: [PATCH] GitHub Release CI: fix runner versions. --- .github/workflows/release.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 0de135b..49bfe6e 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -54,15 +54,15 @@ jobs: - target: aarch64-apple-darwin os: macos-14 - target: aarch64-pc-windows-msvc - os: windows-2019 + os: windows-latest - target: x86_64-unknown-linux-gnu - target: x86_64-unknown-linux-musl - target: x86_64-apple-darwin os: macos-13 - target: x86_64-pc-windows-msvc - os: windows-2019 + os: windows-latest - target: x86_64-unknown-freebsd - runs-on: ${{ matrix.os || 'ubuntu-20.04' }} + runs-on: ${{ matrix.os || 'ubuntu-latest' }} steps: - uses: actions/checkout@v4 with: