Ver código fonte

More matrix cleanup.

Ian Walton 3 anos atrás
pai
commit
091f2ecff2
1 arquivos alterados com 2 adições e 4 exclusões
  1. 2 4
      .github/workflows/main.yml

+ 2 - 4
.github/workflows/main.yml

@@ -88,9 +88,8 @@ jobs:
   build-ubuntu:
     strategy:
       matrix:
-        os: [ubuntu-latest]
         tag: [focal, groovy]
-    runs-on: ${{ matrix.os }}
+    runs-on: "ubuntu-latest"
     steps:
     - uses: actions/checkout@v2
     - name: Docker Build
@@ -106,9 +105,8 @@ jobs:
   build-debian:
     strategy:
       matrix:
-        os: [ubuntu-latest]
         tag: [buster, bullseye]
-    runs-on: ${{ matrix.os }}
+    runs-on: "ubuntu-latest"
     steps:
     - uses: actions/checkout@v2
     - name: Docker Build