diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2024-04-09 16:36:48 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2024-04-09 16:37:11 -0400 |
commit | 5e0b721d0d929223e4308406480a1f1ca9e3f4dc (patch) | |
tree | 5d71c1c1efacee0cc98ad2a1585d2d4ce873aec4 /.github/workflows/ci.yml | |
parent | 505843eec93696d3fab69e56c34c578c8d032951 (diff) | |
download | bfs-5e0b721d0d929223e4308406480a1f1ca9e3f4dc.tar.xz |
ci: Update {Net,Open}BSD
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r-- | .github/workflows/ci.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8e688fe..51d06fb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -102,7 +102,7 @@ jobs: - name: Run tests uses: vmactions/openbsd-vm@v1 with: - release: "7.4" + release: "7.5" usesh: true copyback: false @@ -132,7 +132,7 @@ jobs: - name: Run tests uses: vmactions/netbsd-vm@v1 with: - release: "9.3" + release: "10.0" usesh: true copyback: false |