From 1208cb43563c357f12a22020d40ef28092611400 Mon Sep 17 00:00:00 2001 From: Max Korbel Date: Tue, 3 Oct 2023 12:43:20 -0700 Subject: [PATCH] Update to use new runners in github actions (#53) --- .github/workflows/general.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/general.yml b/.github/workflows/general.yml index 08b165493..63478fa86 100644 --- a/.github/workflows/general.yml +++ b/.github/workflows/general.yml @@ -6,13 +6,14 @@ on: pull_request: branches: - main + workflow_dispatch: jobs: run-checks: name: Run Checks permissions: {} timeout-minutes: 30 - runs-on: ubuntu-22.04 + runs-on: intel-ubuntu-latest steps: - name: Checkout uses: actions/checkout@v3 @@ -72,7 +73,7 @@ jobs: permissions: contents: write # required for "JamesIves/github-pages-deploy-action" timeout-minutes: 30 - runs-on: ubuntu-22.04 + runs-on: intel-ubuntu-latest steps: - name: Checkout uses: actions/checkout@v3