Merge pull request #1 from MrPoloGit/test-arm-ci

test ARM macOS CI
This commit is contained in:
Marco Frank 2026-03-24 17:02:07 -07:00 committed by GitHub
commit 9f9da5a252
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -19,7 +19,7 @@ jobs:
matrix: matrix:
os: os:
- ubuntu-24.04 - ubuntu-24.04
- macOS-15-intel - macOS-15
- windows-2025 - windows-2025
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
@ -46,7 +46,7 @@ jobs:
matrix: matrix:
os: os:
- ubuntu-24.04 - ubuntu-24.04
- macOS-15-intel - macOS-15
needs: build needs: build
env: env:
IVERILOG_REF: cbdaa865a10ce69d7c528cb2aa4c571641de0c62 IVERILOG_REF: cbdaa865a10ce69d7c528cb2aa4c571641de0c62
@ -58,7 +58,7 @@ jobs:
- name: Install Dependencies (macOS) - name: Install Dependencies (macOS)
if: runner.os == 'macOS' if: runner.os == 'macOS'
run: | run: |
brew install bison brew install bison autoconf automake gperf
echo "$(brew --prefix bison)/bin" >> $GITHUB_PATH echo "$(brew --prefix bison)/bin" >> $GITHUB_PATH
- name: Install Dependencies (Linux) - name: Install Dependencies (Linux)
if: runner.os == 'Linux' if: runner.os == 'Linux'