Skip to content

Commit 6aad315

Browse files
committed
ci: update FreeBSD 14.2 (EOL) -> 14.3 (new stable)
1 parent fcdb0d2 commit 6aad315

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/freebsd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515
name: Build and run tests on FreeBSD
1616
steps:
1717
- uses: actions/checkout@v4
18-
- name: Build on FreeBSD 14.2
18+
- name: Build on FreeBSD 14.3
1919
uses: vmactions/freebsd-vm@v1
2020
with:
21-
release: "14.2"
21+
release: "14.3"
2222
usesh: true
2323
run: |
2424
set -euox pipefail

0 commit comments

Comments
 (0)