Skip to content

Commit

Permalink
Merge branch 'master' of github.com:hackerschoice/gsocket
Browse files Browse the repository at this point in the history
  • Loading branch information
SkyperTHC committed Jan 25, 2024
2 parents 6dfa94f + 9cd1996 commit a4d6e5e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/static-release-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,11 @@ jobs:
FreeBSD:
env:
OS: "freebsd"
runs-on: macos-12
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Starting the VM
uses: vmactions/freebsd-vm@v0
uses: vmactions/freebsd-vm@v1
with:
usesh: true
prepare: |
Expand Down Expand Up @@ -120,11 +120,11 @@ jobs:
OpenBSD:
env:
OS: "openbsd"
runs-on: macos-12
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Starting the VM
uses: vmactions/openbsd-vm@v0
uses: vmactions/openbsd-vm@v1
with:
usesh: true
prepare: |
Expand Down Expand Up @@ -152,11 +152,11 @@ jobs:
(cd tools; tar cfz ../gsocket_${{ env.OS }}-x86_x64.tar.gz gs-netcat gsocket blitz gs-mount gs-sftp gs_funcs gsocket_dso.so.0 gsocket_uchroot_dso.so.0)
mv tools/gs-netcat gs-netcat_${{ env.OS }}-x86_64
# runs-on: macos-12
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v3
# - name: Compile
# uses: vmactions/openbsd-vm@v0
# uses: vmactions/openbsd-vm@v1
# with:
# usesh: true
# prepare: |
Expand Down

0 comments on commit a4d6e5e

Please sign in to comment.