Skip to content

Commit

Permalink
Update workflow runs-on
Browse files Browse the repository at this point in the history
  • Loading branch information
boxwoods committed May 30, 2024
1 parent 1537b09 commit 08bfe65
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/intermediate-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/.idea/
/target/
/parent.iml
/*.iml

0 comments on commit 08bfe65

Please sign in to comment.