Merge branch 'task/update' of https://github.com/r2dliu/dolphin into task/update

This commit is contained in:
R2DLiu 2023-06-22 05:36:09 -04:00
commit 44260fd743

View file

@ -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