Skip to content

Commit 2be56f0

Browse files
authored
Merge branch 'main' into ci/freebsd
2 parents e9c412f + a2b7002 commit 2be56f0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -195,15 +195,15 @@ jobs:
195195
./builder build -p ${{ env.PACKAGE_NAME }}
196196
197197
openbsd:
198-
runs-on: macos-12 # macos's virtual machine is faster than ubuntu's
198+
runs-on: ubuntu-22.04 # latest
199199
steps:
200-
- uses: actions/checkout@v3
200+
- uses: actions/checkout@v4
201201
- name: Build ${{ env.PACKAGE_NAME }} + consumers
202-
uses: cross-platform-actions/action@v0.10.0
202+
uses: cross-platform-actions/action@v0.23.0
203203
with:
204204
operating_system: openbsd
205205
architecture: x86-64
206-
version: '7.2'
206+
version: '7.4'
207207
shell: bash
208208
run: |
209209
sudo pkg_add py3-urllib3

0 commit comments

Comments
 (0)