Skip to content

Commit

Permalink
GitHub CI: Bump vmactions image versions
Browse files Browse the repository at this point in the history
  • Loading branch information
rdmark committed Sep 22, 2024
1 parent f66bbf9 commit 6c595b3
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
- name: Build on VM
uses: vmactions/[email protected].7
uses: vmactions/[email protected].8
with:
copyback: false
usesh: true
Expand Down Expand Up @@ -556,7 +556,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
- name: Build on VM
uses: vmactions/[email protected].1
uses: vmactions/[email protected].3
with:
copyback: false
prepare: |
Expand Down Expand Up @@ -596,15 +596,15 @@ jobs:
ninja -C build uninstall
build-netbsd:
name: "NetBSD"
name: NetBSD
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: "Checkout repository"
- name: Checkout repository
uses: actions/checkout@v4
- name: "Build on VM"
uses: vmactions/[email protected].1
- name: Build on VM
uses: vmactions/[email protected].3
with:
release: "9.4"
copyback: false
Expand Down Expand Up @@ -665,7 +665,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
- name: Build on VM
uses: vmactions/[email protected].1
uses: vmactions/[email protected].2
with:
copyback: false
prepare: |
Expand Down Expand Up @@ -765,14 +765,14 @@ jobs:
ninja -C build uninstall
build-solaris:
name: "Solaris"
name: Solaris
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: "Checkout repository"
- name: Checkout repository
uses: actions/checkout@v4
- name: "Build on VM"
- name: Build on VM
uses: vmactions/[email protected]
with:
release: 11.4
Expand Down

0 comments on commit 6c595b3

Please sign in to comment.