From 414ec13840fd76bed19771a4a94ab5ec61eb1d1e Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Mon, 19 May 2025 16:27:20 +0200 Subject: [PATCH] GHA/non-native: bump to FreeBSD 14.2, OpenBSD 7.7 Follow-up to f56309fdfb34e3a01b070423a3e5313e73d67acc #17387 Closes #17388 --- .github/workflows/non-native.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/non-native.yml b/.github/workflows/non-native.yml index 77196b4584..64dde730d5 100644 --- a/.github/workflows/non-native.yml +++ b/.github/workflows/non-native.yml @@ -91,7 +91,7 @@ jobs: uses: cross-platform-actions/action@869c9e21f6b95e9d98d7bd23a0f1ebe97f09a500 # v0.28.0 with: operating_system: 'openbsd' - version: '7.5' + version: '7.7' architecture: ${{ matrix.arch }} run: | # https://openbsd.app/ @@ -137,7 +137,7 @@ jobs: uses: cross-platform-actions/action@869c9e21f6b95e9d98d7bd23a0f1ebe97f09a500 # v0.28.0 with: operating_system: 'freebsd' - version: '14.1' + version: '14.2' architecture: ${{ matrix.arch }} run: | export MAKEFLAGS=-j3 -- 2.47.3