Explorar el Código

fix(ci): use OpenBSD 7.7 that has MSRV, instead of 7.6

ariasuni hace 8 meses
padre
commit
1517dca762
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      .github/workflows/unit-tests.yml

+ 1 - 1
.github/workflows/unit-tests.yml

@@ -155,7 +155,7 @@ jobs:
       - name: Compile
         uses: vmactions/openbsd-vm@v1
         with:
-          release: '7.6'
+          release: '7.7'
           usesh: true
           prepare: |
             pkg_add rust rust-rustfmt rust-clippy git