Set explicit runner version and specify build tools version for signing (#1787)

This commit is contained in:
AntsyLich
2025-02-28 01:22:22 +06:00
committed by GitHub
parent cd0481592c
commit 7b70b40d30
2 changed files with 5 additions and 3 deletions

View File

@@ -19,7 +19,7 @@ permissions:
jobs:
build:
name: Build app
runs-on: ubuntu-latest
runs-on: 'ubuntu-24.04'
steps:
- name: Clone repo