mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 03:16:01 +00:00
electron reverted to version 30
This commit is contained in:
8
.github/workflows/build-app-beta.yaml
vendored
8
.github/workflows/build-app-beta.yaml
vendored
@@ -16,14 +16,8 @@ jobs:
|
||||
# os: [macOS-10.15]
|
||||
|
||||
steps:
|
||||
- name: "Install python 3.11 (Linux, Windows)"
|
||||
uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: 3.11
|
||||
if: matrix.os.setup_python
|
||||
|
||||
- name: Install python 3.11 (MacOS)
|
||||
if: matrix.os.type == 'macos'
|
||||
if: matrix.os == 'macos-14'
|
||||
id: mac_python
|
||||
env:
|
||||
ARCH: ${{ matrix.os.arch }}
|
||||
|
||||
Reference in New Issue
Block a user