mirror of
https://github.com/AGWA/git-crypt.git
synced 2025-12-12 07:40:32 -08:00
GitHub Actions: use older version of Ubuntu for better compatibility
So compiled binaries will work on older Linux distros like Debian 12.
This commit is contained in:
2
.github/workflows/release-linux-arm64.yml
vendored
2
.github/workflows/release-linux-arm64.yml
vendored
@@ -5,7 +5,7 @@ name: Build Release Binary (Linux ARM64)
|
||||
jobs:
|
||||
build:
|
||||
name: Build Release Binary
|
||||
runs-on: ubuntu-24.04-arm
|
||||
runs-on: ubuntu-22.04-arm
|
||||
permissions:
|
||||
contents: read
|
||||
steps:
|
||||
|
||||
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-24.04
|
||||
runs-on: ubuntu-22.04
|
||||
permissions:
|
||||
contents: read
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user