From deac16e4d950bc9118fa0cfb2194712f323eb47d Mon Sep 17 00:00:00 2001 From: Otfried Cheong Date: Sun, 25 Feb 2024 00:42:19 +0100 Subject: [PATCH] Update macos-arm.yml Try again with new build of libraries. --- .github/workflows/macos-arm.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/macos-arm.yml b/.github/workflows/macos-arm.yml index 2e54499..f1fdccf 100644 --- a/.github/workflows/macos-arm.yml +++ b/.github/workflows/macos-arm.yml @@ -12,7 +12,7 @@ jobs: uses: actions/checkout@v3 - name: Download dependencies run: | - wget https://github.com/otfried/osx-ipe/releases/download/2023.12.10/osxlibs-arm.tar.gz + wget https://github.com/otfried/osx-ipe/releases/download/2024.02.24/osxlibs-arm.tar.gz tar xzf osxlibs-arm.tar.gz - name: Compile run: |