Skip to content

Commit

Permalink
Updated test actions versions
Browse files Browse the repository at this point in the history
  • Loading branch information
megastep committed Feb 21, 2024
1 parent c418cad commit 5f79d74
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:

test-freebsd:
needs: test
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
name: Test Makeself on FreeBSD
steps:
- uses: actions/checkout@v4
Expand All @@ -72,7 +72,7 @@ jobs:
test-openbsd:
needs: test
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
name: Test Makeself on OpenBSD
steps:
- uses: actions/checkout@v4
Expand All @@ -88,7 +88,7 @@ jobs:
test-netbsd:
needs: test
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
name: Test Makeself on NetBSD
steps:
- uses: actions/checkout@v4
Expand All @@ -104,13 +104,13 @@ jobs:
test-solaris:
needs: test
runs-on: macos-12
runs-on: ubuntu-latest
name: Test Makeself on Solaris
steps:
- uses: actions/checkout@v4
- uses: actions/download-artifact@v3
- name: Test on Solaris
uses: vmactions/solaris-vm@v0
uses: vmactions/solaris-vm@v1
with:
mem: 2048
prepare: pkgutil -y -i pbzip2
Expand Down

0 comments on commit 5f79d74

Please sign in to comment.