Skip to content

Commit d88c0fd

Browse files
authored
pin to macOS 15 Intel
1 parent 72a0d46 commit d88c0fd

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
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
@@ -23,7 +23,7 @@ jobs:
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)"
@@ -44,7 +44,7 @@ jobs:
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

0 commit comments

Comments
 (0)