Browse Source

Assemble can run on ubuntu, so we save precious macOS testing time

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
tobiasKaminsky 4 years ago
parent
commit
b1616eb715
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/assembleFlavors.yml

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

@@ -6,7 +6,7 @@ on:
 
 
 jobs:
 jobs:
     flavor:
     flavor:
-        runs-on: macOS-latest
+        runs-on: ubuntu-latest
         strategy:
         strategy:
             fail-fast: false
             fail-fast: false
             matrix:
             matrix: