electron reverted to version 30

This commit is contained in:
Jan Prochazka
2024-12-25 12:18:58 +01:00
parent f07efe440a
commit 0a37ed74d9
3 changed files with 6 additions and 12 deletions

View File

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