From 0e01904bbba22560cb4a877a06b55d68b8d17fb0 Mon Sep 17 00:00:00 2001 From: Gregg Tavares Date: Sat, 4 Jan 2025 19:02:29 -0800 Subject: [PATCH] try adding macos-13 --- .github/workflows/build.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2cbb8aa..6418320 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -34,6 +34,11 @@ jobs: os: macos-latest, artifact: darwin-arm64, } + - { + name: "macOS Intel?", + os: macos-13, + artifact: darwin-x64, + } steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it @@ -76,7 +81,7 @@ jobs: sdk-version: 26100 - name: Install dependencies on ubuntu - if: startsWith(matrix.config.name, 'Ubuntu_Latest_GCC') + if: startsWith(matrix.config.name, 'Ubuntu') run: | sudo apt-get update sudo apt-get install cmake libxrandr-dev libxinerama-dev libxcursor-dev mesa-common-dev libx11-xcb-dev pkg-config nodejs npm