From ff02ed05c4eecf1731b02df5a35b924b878fb167 Mon Sep 17 00:00:00 2001 From: dezoito Date: Wed, 1 May 2024 14:05:55 -0300 Subject: [PATCH] Minor fix for publish.yml for v0.4.2 --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index bc30bf6..258fadc 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -18,7 +18,7 @@ jobs: include: - platform: "macos-latest" # for Arm based macs (M1 and above). args: "--target aarch64-apple-darwin" - - platform: "macos-latest" # for Intel based macs. + - platform: "macos-12" # for Intel based macs. args: "--target x86_64-apple-darwin" - platform: "ubuntu-22.04" # for Linux args: ""