Skip to content

Commit bb4932a

Browse files
committed
feat(action):Add macos x64 build to release.yaml
1 parent 96d5422 commit bb4932a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
strategy:
2020
fail-fast: false
2121
matrix:
22-
os: [ubuntu-latest, windows-latest, macos-latest, ubuntu-24.04-arm]
22+
os: [ubuntu-latest, windows-latest, macos-latest, macos-15-intel, ubuntu-24.04-arm]
2323

2424
steps:
2525
- uses: actions/checkout@v4
@@ -37,7 +37,7 @@ jobs:
3737

3838
- name: Install Dependencies (Linux)
3939
if: contains(matrix.os, 'ubuntu')
40-
run: sudo apt-get update && sudo apt-get install -y libgles2-mesa-dev
40+
run: sudo apt-get install -y libgles2-mesa-dev
4141

4242
- name: Build and Package
4343
run: python3 scripts/build.py

0 commit comments

Comments
 (0)