We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7858a7 commit b383500Copy full SHA for b383500
.github/workflows/build.yml
@@ -32,16 +32,17 @@ jobs:
32
name: vitasdk-linux
33
path: build/*.tar.bz2
34
build-macos:
35
- runs-on: macos-12
+ runs-on: macos-15
36
steps:
37
- - uses: actions/checkout@v3
38
- - uses: actions/setup-python@v2
+ - uses: actions/checkout@v4
+ - uses: actions/setup-python@v5
39
+ with:
40
+ python-version: '3.13'
41
- name: Build
42
run: |
43
git config --global user.email "[email protected]"
44
git config --global user.name "Travis CI"
45
brew install autoconf automake libtool texinfo
- export PATH="$(brew --prefix texinfo)/bin:$PATH"
46
cmake -S . -B build -G "Unix Makefiles"
47
cmake --build build --target tarball
48
- name: Upload artifacts
0 commit comments