Skip to content

Commit

Permalink
ci: Update VM versions
Browse files Browse the repository at this point in the history
  • Loading branch information
tavianator committed Dec 10, 2024
1 parent 90c29f6 commit 2c85beb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
uses: cross-platform-actions/[email protected]
with:
operating_system: freebsd
version: "14.1"
version: "14.2"

run: |
sudo pkg install -y \
Expand Down Expand Up @@ -107,7 +107,7 @@ jobs:
uses: cross-platform-actions/[email protected]
with:
operating_system: openbsd
version: "7.5"
version: "7.6"

run: |
sudo pkg_add \
Expand Down Expand Up @@ -201,7 +201,7 @@ jobs:
- name: Run tests
uses: vmactions/omnios-vm@v1
with:
release: "r151048"
release: "r151052"
usesh: true

prepare: |
Expand Down

0 comments on commit 2c85beb

Please sign in to comment.