Browse Source

build.yml: downgrade runners

add_frost_channel_encryption
zebra-lucky 3 weeks ago
parent
commit
6cde1cfb60
  1. 4
      .github/workflows/build.yml

4
.github/workflows/build.yml

@ -7,7 +7,7 @@ on:
jobs:
create_release:
runs-on: ubuntu-24.04
runs-on: ubuntu-22.04
name: Create github release
permissions:
contents: write
@ -37,7 +37,7 @@ jobs:
build_with_pyinstaller:
needs: create_release
runs-on: ubuntu-24.04
runs-on: ubuntu-22.04
name: create PyInstaller build
permissions:
contents: write

Loading…
Cancel
Save