From 395815d0061679732941c1ad1ae2a5f0a61b6ee6 Mon Sep 17 00:00:00 2001 From: Matt Simerson Date: Tue, 31 May 2022 14:49:54 -0700 Subject: [PATCH] noop: ws --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e24402e..56e12c7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,6 @@ jobs: matrix: os: [ ubuntu-latest ] node: [ 6, 8, 10, 12, 14, 16 ] - runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v3