Skip to content

Commit

Permalink
ci: bump FreeBSD to 13.4 and 14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
clementperon committed Sep 22, 2024
1 parent 101f6ca commit c69c8e6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -585,7 +585,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
version: ["14.0", "13.2"]
version: ["14.1", "13.4"]
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: Test in FreeBSD
Expand Down
7 changes: 3 additions & 4 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,17 +93,16 @@ jobs:
id-token: write
strategy:
matrix:
include:
- freebsd-version: "13.2"
- freebsd-version: "14.0"
version: ["14.1", "13.4"]

steps:
- name: Checkout code
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7

- name: Test in FreeBSD
uses: vmactions/freebsd-vm@12c207ac1ba13827f25726fe93f9c2e6f685f0f3 # v1.0.8
with:
release: ${{ matrix.freebsd-version }}
release: ${{ matrix.version }}
envs: 'BUILD_DIR'
usesh: true
prepare: |
Expand Down

0 comments on commit c69c8e6

Please sign in to comment.