mirror of
https://github.com/AGWA/git-crypt.git
synced 2025-12-28 21:54:16 -08:00
GitHub Actions: explicitly specify Ubuntu version
This commit is contained in:
2
.github/workflows/release-linux.yml
vendored
2
.github/workflows/release-linux.yml
vendored
@@ -5,7 +5,7 @@ name: Build Release Binary (Linux)
|
||||
jobs:
|
||||
build:
|
||||
name: Build Release Binary
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-24.04
|
||||
permissions:
|
||||
contents: read
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user