Преглед на файлове

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

ariasuni преди 8 месеца
родител
ревизия
1517dca762
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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