Skip to content

Commit

Permalink
try adding macos-13
Browse files Browse the repository at this point in the history
  • Loading branch information
greggman committed Jan 5, 2025
1 parent 3bb7a9f commit 0e01904
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 0e01904

Please sign in to comment.