From 9503512566845e9304a78f21c18a7e5f9cb17d31 Mon Sep 17 00:00:00 2001 From: Chawye Hsu Date: Sun, 8 Sep 2024 20:19:10 +0800 Subject: [PATCH] fix(ci): Update GitHub Action runner images Signed-off-by: Chawye Hsu --- .github/workflows/cicd.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 46b6530..0a24eaa 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -59,11 +59,11 @@ jobs: name: nostrgen-x86_64-unknown-freebsd.tar.gz - target: x86_64-apple-darwin - os: macOS-11 + os: macos-13 name: nostrgen-x86_64-apple-darwin.tar.gz - target: aarch64-apple-darwin - os: macOS-11 + os: macos-latest name: nostrgen-aarch64-apple-darwin.tar.gz - target: x86_64-pc-windows-msvc