File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff 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"
43- brew install autoconf automake libtool texinfo
44- export PATH="$(brew --prefix texinfo)/bin:$PATH"
45+ brew install autoconf automake libtool texinfo pkg-config
4546 cmake -S . -B build -G "Unix Makefiles"
4647 cmake --build build --target tarball
4748 - name : Upload artifacts
You can’t perform that action at this time.
0 commit comments