Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
GordonSmith committed Jan 22, 2025
1 parent 1adaf79 commit 111c2b9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-24.04, macos-13, macos-14]
os: [ubuntu-24.04, macos-13, macos-14, macos-15]
node: [18, 20, 22]

runs-on: ${{ matrix.os }}
Expand Down Expand Up @@ -42,10 +42,10 @@ jobs:
run: |
brew install ninja flex bison automake autoconf-archive coreutils
if [[ $(uname -m) == 'arm64' ]]; then
echo 'export PATH="/opt/homebrew/opt/bison/bin:/opt/homebrew/opt/flex/bin:/opt/homebrew/opt/llvm/bin:$PATH"' >> ~/.bash_profile
echo 'export BISON="/opt/homebrew/opt/bison/bin/bison"' >> ~/.bash_profile
echo 'export PATH="/opt/homebrew/bin:$PATH"' >> ~/.bash_profile
echo 'export BISON="/opt/homebrew/bin/bison"' >> ~/.bash_profile
else
echo 'export PATH="/usr/local/opt/bison/bin:/usr/local/opt/flex/bin:/usr/local/opt/llvm/bin:$PATH"' >> ~/.bash_profile
echo 'export PATH="/usr/local/opt/bison/bin:/usr/local/opt/flex/bin:$PATH"' >> ~/.bash_profile
echo 'export BISON="/usr/local/opt/bison/bin/bison"' >> ~/.bash_profile
fi
source ~/.bash_profile
Expand Down

0 comments on commit 111c2b9

Please sign in to comment.