Skip to content

Commit b383500

Browse files
committed
ci: fix macOS CI
1 parent f7858a7 commit b383500

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,16 +32,17 @@ jobs:
3232
name: vitasdk-linux
3333
path: build/*.tar.bz2
3434
build-macos:
35-
runs-on: macos-12
35+
runs-on: macos-15
3636
steps:
37-
- uses: actions/checkout@v3
38-
- uses: actions/setup-python@v2
37+
- uses: actions/checkout@v4
38+
- uses: actions/setup-python@v5
39+
with:
40+
python-version: '3.13'
3941
- name: Build
4042
run: |
4143
git config --global user.email "[email protected]"
4244
git config --global user.name "Travis CI"
4345
brew install autoconf automake libtool texinfo
44-
export PATH="$(brew --prefix texinfo)/bin:$PATH"
4546
cmake -S . -B build -G "Unix Makefiles"
4647
cmake --build build --target tarball
4748
- name: Upload artifacts

0 commit comments

Comments
 (0)