diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2024-12-10 08:19:46 -0500 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2024-12-10 08:19:46 -0500 |
commit | 2c85bebb76627f6db99cb101d43bb26720f33854 (patch) | |
tree | 8bea7e5c7862fb1c86602368623bbb842170d127 /.github/workflows | |
parent | 90c29f6aec806fd9a9c53a0a588bd7b93fedfde5 (diff) | |
download | bfs-2c85bebb76627f6db99cb101d43bb26720f33854.tar.xz |
ci: Update VM versions
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/ci.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 04d4ca6..ef0bedb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -78,7 +78,7 @@ jobs: uses: cross-platform-actions/action@v0.26.0 with: operating_system: freebsd - version: "14.1" + version: "14.2" run: | sudo pkg install -y \ @@ -107,7 +107,7 @@ jobs: uses: cross-platform-actions/action@v0.26.0 with: operating_system: openbsd - version: "7.5" + version: "7.6" run: | sudo pkg_add \ @@ -201,7 +201,7 @@ jobs: - name: Run tests uses: vmactions/omnios-vm@v1 with: - release: "r151048" + release: "r151052" usesh: true prepare: | |