This repository was archived by the owner on Jan 11, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ concurrency:
55 group : ${{ github.ref }}-${{ github.workflow }}
66jobs :
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
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 :
Original file line number Diff line number Diff line change 55 - " *"
66jobs :
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
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 :
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 :
You can’t perform that action at this time.
0 commit comments