Skip to content

Commit 1d18ea0

Browse files
committed
github action
This reverts commit b5c93cc.
1 parent bc628cb commit 1d18ea0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/jsource.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -311,6 +311,7 @@ jobs:
311311
# openbsd --------------------------------------------------------------
312312
jeopenbsd:
313313
name: JE (OpenBSD vmactions)
314+
if: ${{ false }}
314315
runs-on: macos-12
315316
steps:
316317
- name: Checkout Git repository
@@ -377,7 +378,6 @@ jobs:
377378
# openbsd --------------------------------------------------------------
378379
jeopenbsd2:
379380
name: JE (OpenBSD cross-platform-actions)
380-
if: ${{ false }}
381381
runs-on: macos-12
382382
steps:
383383
- name: Checkout Git repository
@@ -388,7 +388,7 @@ jobs:
388388
with:
389389
operating_system: openbsd
390390
architecture: x86-64
391-
version: '7.2'
391+
version: '7.1'
392392
shell: bash
393393

394394
run: |
@@ -863,7 +863,7 @@ jobs:
863863
name: Test Results
864864
runs-on: ubuntu-20.04
865865
# 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 ]
867867
steps:
868868
- name: Checkout Git repository
869869
uses: actions/checkout@v4

0 commit comments

Comments
 (0)