Skip to content

Commit

Permalink
Fix NetBSD CI (#571)
Browse files Browse the repository at this point in the history
  • Loading branch information
arp242 committed Jul 12, 2023
1 parent 19f1484 commit 97fdd1d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,18 +96,18 @@ jobs:
# NetBSD
testNetBSD:
runs-on: macos-12
name: test (netbsd, 1.18)
name: test (netbsd, 1.20)
steps:
- uses: actions/checkout@v3
- name: test (netbsd, 1.18)
- name: test (netbsd, 1.20)
id: test
uses: vmactions/netbsd-vm@v0
with:
prepare: pkg_add go
# TODO: no -race for the same reason as OpenBSD (the timing; it does run).
run: |
useradd -mG wheel action
su action -c 'go118 test ./...'
su action -c 'go120 test ./...'
# illumos
testillumos:
Expand Down

0 comments on commit 97fdd1d

Please sign in to comment.