diff --git a/.github/workflows/build-app-beta.yaml b/.github/workflows/build-app-beta.yaml index 06912d0fc..cc3f4c0f8 100644 --- a/.github/workflows/build-app-beta.yaml +++ b/.github/workflows/build-app-beta.yaml @@ -12,7 +12,7 @@ jobs: strategy: fail-fast: false matrix: - os: [macOS-10.15, windows-2022, ubuntu-22.04] + os: [macos-12, windows-2022, ubuntu-22.04] # os: [macOS-10.15] steps: diff --git a/.github/workflows/build-app.yaml b/.github/workflows/build-app.yaml index d981ec5c0..1345e5370 100644 --- a/.github/workflows/build-app.yaml +++ b/.github/workflows/build-app.yaml @@ -17,7 +17,7 @@ jobs: fail-fast: false matrix: # os: [ubuntu-22.04, windows-2016] - os: [macOS-10.15, windows-2022, ubuntu-22.04] + os: [macos-12, windows-2022, ubuntu-22.04] steps: - name: Context @@ -139,7 +139,7 @@ jobs: mv app/dist/latest-linux.yml artifacts/latest-linux.yml || true - name: Copy latest-mac.yml - if: matrix.os == 'macOS-10.15' + if: matrix.os == 'macos-12' run: | mv app/dist/latest-mac.yml artifacts/latest-mac.yml || true