From 878b41c93709141bc43ae523263fd813daad7b2f Mon Sep 17 00:00:00 2001 From: Ajeet D'Souza <98ajeet@gmail.com> Date: Sat, 7 Sep 2024 23:16:07 +0530 Subject: [PATCH] Use macos-latest --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 61c1a4f..e94cbe4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -30,9 +30,9 @@ jobs: deb: true - os: ubuntu-latest target: aarch64-linux-android - - os: macos-11 + - os: macos-latest target: x86_64-apple-darwin - - os: macos-11 + - os: macos-latest target: aarch64-apple-darwin - os: windows-latest target: x86_64-pc-windows-msvc