File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1- FREEBSD_IMAGE = "freebsd-14-3 "
1+ FREEBSD_IMAGE = "freebsd-14-4 "
22
33def main (ctx ):
44 return [
Original file line number Diff line number Diff line change @@ -231,10 +231,10 @@ jobs:
231231 strategy :
232232 matrix :
233233 include :
234- - release : " 14.3 "
234+ - release : " 14.4 "
235235 arch : x86_64
236236 artifact : celq-x86_64-unknown-freebsd
237- - release : " 14.3 "
237+ - release : " 14.4 "
238238 arch : aarch64
239239 artifact : celq-aarch64-unknown-freebsd
240240
Original file line number Diff line number Diff line change @@ -371,7 +371,7 @@ jobs:
371371 run : nix run github:IvanIsCoding/celq#dev -- --version
372372
373373 test-freebsd-install :
374- name : Test FreeBSD 14.3 (x86_64)
374+ name : Test FreeBSD 14.4 (x86_64)
375375 runs-on : ubuntu-latest
376376 steps :
377377 - uses : actions/checkout@v4
@@ -388,7 +388,7 @@ jobs:
388388 - name : Test on FreeBSD
389389 uses : vmactions/freebsd-vm@v1
390390 with :
391- release : ' 14.3 '
391+ release : ' 14.4 '
392392 usesh : true
393393 prepare : |
394394 pkg install -y curl
You can’t perform that action at this time.
0 commit comments