From 08bfe652c9d710d8f04b4348c79ea958e059658d Mon Sep 17 00:00:00 2001 From: Clay Woods Date: Thu, 30 May 2024 08:58:13 -0700 Subject: [PATCH] Update workflow runs-on --- .github/workflows/intermediate-build.yaml | 2 +- .gitignore | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/intermediate-build.yaml b/.github/workflows/intermediate-build.yaml index cb25c91..ca7ac27 100644 --- a/.github/workflows/intermediate-build.yaml +++ b/.github/workflows/intermediate-build.yaml @@ -13,7 +13,7 @@ on: branches: [ "3-workflow-build" ] jobs: build: - runs-on: ubuntu-latest + runs-on: arc-runner-set steps: - uses: actions/checkout@v4 - name: Set up JDK 11 diff --git a/.gitignore b/.gitignore index 01a1ac6..392870e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /.idea/ /target/ -/parent.iml +/*.iml +