From 622c41779112d5a039af504a3a17fe5037d94cba Mon Sep 17 00:00:00 2001 From: QuirinEcker Date: Tue, 8 Feb 2022 13:59:39 +0100 Subject: [PATCH] changed os to ubuntu latest --- .github/workflows/cd.yaml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/cd.yaml b/.github/workflows/cd.yaml index 53aaaec..5802a39 100644 --- a/.github/workflows/cd.yaml +++ b/.github/workflows/cd.yaml @@ -7,16 +7,11 @@ on: jobs: cd: - runs-on: ${{ matrix.os }} + runs-on: ubuntu-latest env: BRANCH: gh-pages - strategy: - matrix: - os: [ubuntu-latest] - node: [14] - steps: - name: Checkout 🛎 uses: actions/checkout@master