Explorar o código

fix runner type to ubuntu

Stephen %!s(int64=3) %!d(string=hai) anos
pai
achega
35f4aa64c4
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      .github/workflows/ci.yaml

+ 1 - 1
.github/workflows/ci.yaml

@@ -17,7 +17,7 @@ jobs:
       - name: Run shared-lib tests
         run: cd shared-lib && cargo test
   build-linux:
-    runs-on: linux-latest
+    runs-on: ubuntu-latest
     steps:
       - name: Checkout
         uses: actions/checkout@v2