From c7a8ea757033512b5723a39be71bdb91fdcfbdb1 Mon Sep 17 00:00:00 2001 From: David Knaack Date: Fri, 26 Jul 2024 22:15:54 +0200 Subject: [PATCH] fix(ci): move to macos-latest image (#6132) --- .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 fc7e3aae..a25cf0d6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -56,11 +56,11 @@ jobs: name: starship-arm-unknown-linux-musleabihf.tar.gz - target: x86_64-apple-darwin - os: macOS-11 + os: macos-latest name: starship-x86_64-apple-darwin.tar.gz - target: aarch64-apple-darwin - os: macOS-11 + os: macos-latest name: starship-aarch64-apple-darwin.tar.gz - target: x86_64-pc-windows-msvc