diff options
| author | Asko Nomm <asko@bien.ee> | 2022-02-26 21:35:03 +0100 |
|---|---|---|
| committer | Asko Nomm <asko@bien.ee> | 2022-02-26 21:35:03 +0100 |
| commit | 3d33f0053d73ad73aa2e9d84d924b2573905e541 (patch) | |
| tree | 9ad2868c655ddee24ea56e02138dd2cbca70e000 /.github/workflows | |
| parent | 2a4f9713dfd545dbc7501c98b4f442a89c4db1bb (diff) | |
Fix
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/release.yml | 1 |
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 |
