Skip to content

Commit 414ec13

Browse files
committed
GHA/non-native: bump to FreeBSD 14.2, OpenBSD 7.7
Follow-up to f56309f curl#17387 Closes curl#17388
1 parent f56309f commit 414ec13

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/non-native.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
uses: cross-platform-actions/action@869c9e21f6b95e9d98d7bd23a0f1ebe97f09a500 # v0.28.0
9292
with:
9393
operating_system: 'openbsd'
94-
version: '7.5'
94+
version: '7.7'
9595
architecture: ${{ matrix.arch }}
9696
run: |
9797
# https://openbsd.app/
@@ -137,7 +137,7 @@ jobs:
137137
uses: cross-platform-actions/action@869c9e21f6b95e9d98d7bd23a0f1ebe97f09a500 # v0.28.0
138138
with:
139139
operating_system: 'freebsd'
140-
version: '14.1'
140+
version: '14.2'
141141
architecture: ${{ matrix.arch }}
142142
run: |
143143
export MAKEFLAGS=-j3

0 commit comments

Comments
 (0)