소스 검색

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