Skip to content

Commit 5207c8e

Browse files
committed
Revert "Revert "Bump FreeBSD to 14.4""
This reverts commit cc8823e.
1 parent 4adcbbf commit 5207c8e

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.cirrus.star

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FREEBSD_IMAGE = "freebsd-14-3"
1+
FREEBSD_IMAGE = "freebsd-14-4"
22

33
def main(ctx):
44
return [

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/test_prebuilt_binaries.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)