File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111 runs-on : ${{ matrix.os }}
1212 strategy :
1313 matrix :
14- os : [macos-13 , ubuntu-latest]
14+ os : [macos-15-intel , ubuntu-latest]
1515
1616 steps :
1717 - uses : actions/checkout@v6
2323 sudo apt-get -y install autoconf automake bison flex gcc libelf-dev make texinfo libncurses5-dev patch python3 python-is-python3 subversion wget zlib1g-dev libtool-bin python3-dev bzip2 libgmp3-dev pkg-config
2424
2525 - name : Install macOS requirements
26- if : matrix.os == 'macos-13 '
26+ if : matrix.os == 'macos-15-intel '
2727 shell : arch -x86_64 bash -e {0}
2828 run : |
2929 /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
4444 ./toolchain.sh
4545
4646 - name : Runs all the stages in the shell
47- if : matrix.os == 'macos-13 '
47+ if : matrix.os == 'macos-15-intel '
4848 shell : arch -x86_64 bash -e {0}
4949 run : |
5050 mkdir $PWD/ps3dev
You can’t perform that action at this time.
0 commit comments