]> go.fuhry.dev Git - fsnotify.git/commitdiff
Fix NetBSD CI (#571)
authorMartin Tournoij <martin@arp242.net>
Wed, 12 Jul 2023 16:15:12 +0000 (18:15 +0200)
committerGitHub <noreply@github.com>
Wed, 12 Jul 2023 16:15:12 +0000 (18:15 +0200)
.github/workflows/test.yml

index 5e34890a7b1573fc31b5efdaf67159b6814cea73..aeb6b5f24c52d6e4c791cfc1d04b640a24255b97 100644 (file)
@@ -96,10 +96,10 @@ 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:
@@ -107,7 +107,7 @@ jobs:
           # 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: