Browse Source

switch to openbsd

ruki 1 year ago
parent
commit
a8b7d88613
1 changed files with 3 additions and 3 deletions
  1. 3 3
      .github/workflows/openbsd.yml

+ 3 - 3
.github/workflows/freebsd.yml → .github/workflows/openbsd.yml

@@ -1,4 +1,4 @@
-name: FreeBSD
+name: OpenBSD
 
 
 on:
 on:
   pull_request:
   pull_request:
@@ -16,13 +16,13 @@ jobs:
     runs-on: ${{ matrix.os }}
     runs-on: ${{ matrix.os }}
 
 
     concurrency:
     concurrency:
-        group: ${{ github.ref }}-${{ github.base_ref }}-${{ github.head_ref }}-FreeBSD-${{ matrix.kind }}
+        group: ${{ github.ref }}-${{ github.base_ref }}-${{ github.head_ref }}-OpenBSD-${{ matrix.kind }}
         cancel-in-progress: true
         cancel-in-progress: true
     steps:
     steps:
       - uses: actions/checkout@v1
       - uses: actions/checkout@v1
 
 
       - name: Tests
       - name: Tests
-        uses: vmactions/freebsd-vm@v0
+        uses: vmactions/openbsd-vm@v0
         with:
         with:
           usesh: true
           usesh: true
           sync: sshfs
           sync: sshfs