From bf13bd440858b8b72ed649916b845d4ff1b37d95 Mon Sep 17 00:00:00 2001 From: Segev Finer Date: Sun, 26 Feb 2023 01:50:59 +0200 Subject: [PATCH] Try bumping release OS --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7544d85..5f57943 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,11 +16,11 @@ jobs: include: - os: windows-2022 target: x86_64-pc-windows-msvc - - os: ubuntu-20.04 + - os: ubuntu-22.04 target: x86_64-unknown-linux-musl - - os: macos-11 + - os: macos-12 target: x86_64-apple-darwin - - os: macos-11 + - os: macos-12 target: aarch64-apple-darwin runs-on: ${{ matrix.os }}