summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAsko Nomm <asko@bien.ee>2022-02-26 21:35:03 +0100
committerAsko Nomm <asko@bien.ee>2022-02-26 21:35:03 +0100
commit3d33f0053d73ad73aa2e9d84d924b2573905e541 (patch)
tree9ad2868c655ddee24ea56e02138dd2cbca70e000
parent2a4f9713dfd545dbc7501c98b4f442a89c4db1bb (diff)
Fix
-rw-r--r--.github/workflows/release.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 929dd12..b8abaf3 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -8,6 +8,7 @@ on:
- master
jobs:
run-tests:
+ runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2