From 368e5ca36910f945015e40f4a764d1d1e59ac66e Mon Sep 17 00:00:00 2001 From: "trevor@ultra.io" Date: Wed, 14 Jun 2023 13:52:39 -0600 Subject: [PATCH] Fix pipeline --- .github/workflows/binary-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/binary-release.yml b/.github/workflows/binary-release.yml index 6783f73..691c5ff 100644 --- a/.github/workflows/binary-release.yml +++ b/.github/workflows/binary-release.yml @@ -6,7 +6,7 @@ on: jobs: add-dependencies: name: 'Setup Dependencies' - runs-on: ubuntu-18.04 + runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - uses: actions/setup-node@v2