Browse Source

fix runner type to ubuntu

Stephen 3 years ago
parent
commit
35f4aa64c4
1 changed files with 1 additions and 1 deletions
  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