From 2c85bebb76627f6db99cb101d43bb26720f33854 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Tue, 10 Dec 2024 08:19:46 -0500 Subject: [PATCH] ci: Update VM versions --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 04d4ca62..ef0bedb7 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: |