From 22c8476b75111faa4602cc7a35e64b965e69f5bb Mon Sep 17 00:00:00 2001 From: mcuee Date: Sat, 21 Jun 2025 10:19:28 +0800 Subject: [PATCH] Update build.yml to rename macOS CI build to arm64 --- .github/workflows/build.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5d648e31..8743d6be 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -218,7 +218,7 @@ jobs: build/src/avrdude build/src/avrdude.conf - macos-x86_64: + macos-arm64: runs-on: macos-latest steps: - uses: actions/checkout@v3 @@ -265,7 +265,7 @@ jobs: if: always() uses: actions/upload-artifact@v4 with: - name: build-macos-x86_64 + name: build-macos-arm64 path: | build/ !**/*.d @@ -273,12 +273,12 @@ jobs: - name: Archive executables uses: actions/upload-artifact@v4 with: - name: avrdude-macos-x86_64 + name: avrdude-macos-arm64 path: | build/src/avrdude build/src/avrdude.conf - macos-x86_64-autotools: + macos-arm64-autotools: runs-on: macos-latest steps: - uses: actions/checkout@v3