Skip to content

Commit

Permalink
Update BSD vmactions
Browse files Browse the repository at this point in the history
The @v1 ones should be much more stable
  • Loading branch information
arp242 committed Apr 3, 2024
1 parent 0c03ac2 commit c56a57e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
- uses: 'actions/checkout@v3'
- name: 'test (openbsd, 1.17)'
id: 'openbsd'
uses: 'vmactions/openbsd-vm@v0'
uses: 'vmactions/openbsd-vm@v1'
with:
prepare: pkg_add go
run: |
Expand All @@ -107,7 +107,7 @@ jobs:
- uses: 'actions/checkout@v3'
- name: 'test (netbsd, 1.20)'
id: 'netbsd'
uses: 'vmactions/netbsd-vm@v0'
uses: 'vmactions/netbsd-vm@v1'
with:
prepare: pkg_add go
# TODO: no -race for the same reason as OpenBSD (the timing; it does run).
Expand Down

0 comments on commit c56a57e

Please sign in to comment.