From 6ee216f2ec2d3a4d54c9a44a0a34b68eba33eb7f Mon Sep 17 00:00:00 2001 From: hjdhjd Date: Mon, 30 Sep 2024 19:57:55 -0500 Subject: [PATCH] Improvement: enable macOS Apple Silicon build runner. --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9621d44..7db4211 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -20,7 +20,7 @@ jobs: alpine-aarch64, alpine-arm32v7, alpine-x86_64, -# darwin-arm64, + darwin-arm64, darwin-x86_64, windows-x86_64 ] @@ -55,8 +55,8 @@ jobs: TARGET_OS: alpine # Build for Apple Silicon macOS environments. -# - name: darwin-arm64 -# os: macos-13-large + - name: darwin-arm64 + os: macos-14 # Build for Intel macOS environments. - name: darwin-x86_64