Merge pull request from wheremyfoodat/hle-dsp

Qt: Add support for dumping DSP firmware
This commit is contained in:
wheremyfoodat 2024-04-25 22:40:44 +00:00 committed by GitHub
commit 2fc66fd3ba
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 87 additions and 10 deletions

View file

@ -40,7 +40,7 @@ jobs:
MacOS:
runs-on: macos-latest
runs-on: macos-13
steps:
- uses: actions/checkout@v2

View file

@ -16,7 +16,7 @@ jobs:
# well on Windows or Mac. You can convert this to a matrix build if you need
# cross-platform coverage.
# See: https://docs.github.com/en/free-pro-team@latest/actions/learn-github-actions/managing-complex-workflows#using-a-build-matrix
runs-on: macos-latest
runs-on: macos-13
steps:
- uses: actions/checkout@v2

View file

@ -51,7 +51,7 @@ jobs:
path: upload
MacOS:
runs-on: macos-latest
runs-on: macos-13
steps:
- uses: actions/checkout@v2