@@ -311,6 +311,7 @@ jobs:
311
311
# openbsd --------------------------------------------------------------
312
312
jeopenbsd :
313
313
name : JE (OpenBSD vmactions)
314
+ if : ${{ false }}
314
315
runs-on : macos-12
315
316
steps :
316
317
- name : Checkout Git repository
@@ -377,7 +378,6 @@ jobs:
377
378
# openbsd --------------------------------------------------------------
378
379
jeopenbsd2 :
379
380
name : JE (OpenBSD cross-platform-actions)
380
- if : ${{ false }}
381
381
runs-on : macos-12
382
382
steps :
383
383
- name : Checkout Git repository
@@ -388,7 +388,7 @@ jobs:
388
388
with :
389
389
operating_system : openbsd
390
390
architecture : x86-64
391
- version : ' 7.2 '
391
+ version : ' 7.1 '
392
392
shell : bash
393
393
394
394
run : |
@@ -863,7 +863,7 @@ jobs:
863
863
name : Test Results
864
864
runs-on : ubuntu-20.04
865
865
# needs: [jelinux, jelinux-gcc, jemacos, jerpi64, jerpi32, jewin, jewin32, jeandroid, jefreebsd2, jeopenbsd2]
866
- needs : [jelinux, jelinux-gcc, jemacos, jerpi64, jerpi32, jewin, jewin32, jeandroid, jefreebsd2, jefreebsdarm64, jeopenbsd , jeopenbsdarm64 ]
866
+ needs : [jelinux, jelinux-gcc, jemacos, jerpi64, jerpi32, jewin, jewin32, jeandroid, jefreebsd2, jefreebsdarm64, jeopenbsd2 , jeopenbsdarm64 ]
867
867
steps :
868
868
- name : Checkout Git repository
869
869
uses : actions/checkout@v4
0 commit comments