From 5d85ea63b06389de59876f8f3066d3abbca529f9 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Fri, 7 Jun 2024 22:44:39 -0400 Subject: [PATCH] actions: temp test x86 MacOS 14 --- .github/workflows/build.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 89b98374..603e5b77 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -53,7 +53,7 @@ jobs: arch: aarch64 openssl_archs: linux-aarch64 staticx: yes - - os: macos-13 + - os: macos-14 jid: 5 goal: build arch: x86_64 @@ -196,10 +196,10 @@ jobs: bash ./rust.sh -y source $HOME/.cargo/env # Install needed packages - brew update - brew install gpg - brew install swig - brew install ncurses + #brew update + #brew install gpg + #brew install swig + #brew install ncurses - name: Windows Configure VCode uses: ilammy/msvc-dev-cmd@v1