From 4843da663ca34939a8dd83569c2f20a7027c38db Mon Sep 17 00:00:00 2001 From: Leif Brockman Date: Thu, 30 Jan 2025 11:34:05 -0700 Subject: [PATCH] fix: bump mac-os build image --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 03cf8519..b2a7e579 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,7 +17,7 @@ jobs: name: linux64 artifact_name: target/x86_64-unknown-linux-musl/release/didc asset_name: didc-linux64 - - os: macos-12 + - os: macos-latest name: macos artifact_name: target/release/didc asset_name: didc-macos