Fix broken macOS interface build (#679)

* Update macOS version in build_interface.yml
* Typo fixes in build_interface.yml
This commit is contained in:
SimonAfek 2023-07-12 10:49:01 +02:00 committed by GitHub
parent 0fc3306bfc
commit 50f02ae172
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -23,14 +23,14 @@ jobs:
- name: Build - ninja
run: ninja -C desmume/src/frontend/interface/build
- name: Upload artificat
- name: Upload artifact
uses: actions/upload-artifact@v3
with:
name: linux
path: desmume/src/frontend/interface/build/libdesmume.so
build_macos:
runs-on: macos-10.15
runs-on: macos-12
name: Build MacOS
steps:
- name: Checkout
@ -53,7 +53,7 @@ jobs:
CC: clang
CXX: clang++
- name: Upload artificat
- name: Upload artifact
uses: actions/upload-artifact@v3
with:
name: macos
@ -78,7 +78,7 @@ jobs:
cd desmume\src\frontend\interface\windows
MSBuild.exe DeSmuME_Interface.vcxproj /p:configuration="Release Fastbuild" /p:Platform=${{ matrix.arch }}
- name: Upload artificat
- name: Upload artifact
uses: actions/upload-artifact@v3
with:
name: win-${{ matrix.arch }}