mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-25 23:36:01 +00:00
changed macos runner
This commit is contained in:
2
.github/workflows/build-app-beta.yaml
vendored
2
.github/workflows/build-app-beta.yaml
vendored
@@ -12,7 +12,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
os: [macOS-10.15, windows-2022, ubuntu-22.04]
|
os: [macos-12, windows-2022, ubuntu-22.04]
|
||||||
# os: [macOS-10.15]
|
# os: [macOS-10.15]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
4
.github/workflows/build-app.yaml
vendored
4
.github/workflows/build-app.yaml
vendored
@@ -17,7 +17,7 @@ jobs:
|
|||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
# os: [ubuntu-22.04, windows-2016]
|
# os: [ubuntu-22.04, windows-2016]
|
||||||
os: [macOS-10.15, windows-2022, ubuntu-22.04]
|
os: [macos-12, windows-2022, ubuntu-22.04]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Context
|
- name: Context
|
||||||
@@ -139,7 +139,7 @@ jobs:
|
|||||||
mv app/dist/latest-linux.yml artifacts/latest-linux.yml || true
|
mv app/dist/latest-linux.yml artifacts/latest-linux.yml || true
|
||||||
|
|
||||||
- name: Copy latest-mac.yml
|
- name: Copy latest-mac.yml
|
||||||
if: matrix.os == 'macOS-10.15'
|
if: matrix.os == 'macos-12'
|
||||||
run: |
|
run: |
|
||||||
mv app/dist/latest-mac.yml artifacts/latest-mac.yml || true
|
mv app/dist/latest-mac.yml artifacts/latest-mac.yml || true
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user