Skip to main content

Try to build Intel binaries for Intel

ID
9180db3
date
2024-05-17 07:14:51+00:00
author
Alex Chan <alex@alexwlchan.net>
parent
e9f85c9
message
Try to build Intel binaries for Intel
changed files
1 file, 4 additions, 1 deletion

Changed files

.github/workflows/upload_binaries.yml (1133) → .github/workflows/upload_binaries.yml (1319)

diff --git a/.github/workflows/upload_binaries.yml b/.github/workflows/upload_binaries.yml
index c5aaa61..ac5429f 100644
--- a/.github/workflows/upload_binaries.yml
+++ b/.github/workflows/upload_binaries.yml
@@ -21,11 +21,14 @@ jobs:
   upload-assets:
     strategy:
       matrix:
+
+        # See https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners/about-github-hosted-runners#standard-github-hosted-runners-for-public-repositories
         include:
           - target: aarch64-apple-darwin
             os: macos-latest
           - target: x86_64-apple-darwin
-            os: macos-latest
+            os: macos-13
+
     runs-on: ${{ matrix.os }}
 
     permissions: