Skip to content
This repository was archived by the owner on Jan 11, 2026. It is now read-only.

Commit 0a94d4a

Browse files
committed
feat(old): Use older version of ubuntu for elkhound
Signed-off-by: dark0dave <dark0dave@mykolab.com>
1 parent 31039a8 commit 0a94d4a

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/main.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ concurrency:
55
group: ${{ github.ref }}-${{ github.workflow }}
66
jobs:
77
build-linux:
8-
runs-on: ubuntu-latest
8+
runs-on: ubuntu-22.04
99
steps:
1010
- uses: actions/checkout@main
1111
- name: build elkhound
@@ -17,7 +17,7 @@ jobs:
1717
make -j$(npoc) -C obj
1818
- uses: actions/upload-artifact@v4
1919
with:
20-
name: ubuntu-latest
20+
name: ubuntu-22.04
2121
path: obj/elkhound/elkhound
2222
if-no-files-found: error
2323
build-nix:
@@ -114,7 +114,7 @@ jobs:
114114
name: windows-elkhound
115115
path: build/elkhound/elkhound.exe
116116
build-oci-image:
117-
runs-on: ubuntu-latest
117+
runs-on: ubuntu-22.04
118118
strategy:
119119
matrix:
120120
include:

.github/workflows/tag.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
- "*"
66
jobs:
77
build-linux:
8-
runs-on: ubuntu-latest
8+
runs-on: ubuntu-22.04
99
steps:
1010
- uses: actions/checkout@main
1111
- name: build elkhound
@@ -17,7 +17,7 @@ jobs:
1717
make -j$(npoc) -C obj
1818
- uses: actions/upload-artifact@v4
1919
with:
20-
name: ubuntu-latest
20+
name: ubuntu-22.04
2121
path: obj/elkhound/elkhound
2222
if-no-files-found: error
2323
build-macos:
@@ -99,7 +99,7 @@ jobs:
9999
permissions:
100100
contents: write
101101
needs: [build-macos, build-linux, build-windows]
102-
runs-on: ubuntu-latest
102+
runs-on: ubuntu-22.04
103103
steps:
104104
- uses: actions/checkout@main
105105
- uses: actions/download-artifact@main
@@ -112,7 +112,7 @@ jobs:
112112
path: macos-arm-elkhound
113113
- uses: actions/download-artifact@main
114114
with:
115-
name: ubuntu-latest
115+
name: ubuntu-22.04
116116
path: linux-elkhound
117117
- uses: actions/download-artifact@main
118118
with:

0 commit comments

Comments
 (0)