From 103df2c2b0a1ac75c28e73c027ea449ce0f96651 Mon Sep 17 00:00:00 2001 From: Alex Lancaster Date: Wed, 13 Nov 2024 01:27:24 -0500 Subject: [PATCH] missing 'runs-on' --- .github/workflows/update_citations.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/update_citations.yml b/.github/workflows/update_citations.yml index 0bebb1836..6569a4c81 100644 --- a/.github/workflows/update_citations.yml +++ b/.github/workflows/update_citations.yml @@ -16,6 +16,8 @@ on: jobs: do-citation-updates: + runs-on: ubuntu-latest + steps: - name: Extract citation formats id: extract_formats