mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-03 16:16:05 +00:00
Merge branch 'task/update' of https://github.com/r2dliu/dolphin into task/update
This commit is contained in:
commit
44260fd743
1 changed files with 2 additions and 2 deletions
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
@ -119,7 +119,7 @@ jobs:
|
||||||
artifact_name: linux-playback
|
artifact_name: linux-playback
|
||||||
build_config: playback
|
build_config: playback
|
||||||
name: "Linux ${{ matrix.build_type }}"
|
name: "Linux ${{ matrix.build_type }}"
|
||||||
runs-on: ubuntu-18.04
|
runs-on: ubuntu-20.04
|
||||||
steps:
|
steps:
|
||||||
- name: "Checkout"
|
- name: "Checkout"
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
@ -217,7 +217,7 @@ jobs:
|
||||||
artifact_name: macOS-playback
|
artifact_name: macOS-playback
|
||||||
build_config: playback
|
build_config: playback
|
||||||
name: "macOS ${{ matrix.build_type }}"
|
name: "macOS ${{ matrix.build_type }}"
|
||||||
runs-on: macos-10.15
|
runs-on: macos-11
|
||||||
steps:
|
steps:
|
||||||
- name: "Checkout"
|
- name: "Checkout"
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue