xuty 4 anni fa
parent
commit
772bcfe1c8
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      .github/workflows/ci.yml

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

@@ -8,7 +8,7 @@ on:
 
 jobs:
   test:
-    runs-on: linux-latest
+    runs-on: ubuntu-latest
     
     steps:
       - uses: actions/checkout@v2