瀏覽代碼

More matrix cleanup.

Ian Walton 3 年之前
父節點
當前提交
091f2ecff2
共有 1 個文件被更改,包括 2 次插入4 次删除
  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