From 50fae5a7bad5deccd06054e5a561dd3d00a58db7 Mon Sep 17 00:00:00 2001 From: Jacob Carlborg Date: Thu, 7 Dec 2023 16:59:53 +0100 Subject: [PATCH] fixup! Fix #26: Add support for running the action multiple times --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4fe8f83..b77d37d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -398,6 +398,7 @@ jobs: # run: test -f foo.txt foo: + runs-on: macos-latest steps: - name: Setup tmate session uses: mxschmitt/action-tmate@v3