Skip to content

Commit

Permalink
Updated build.yml to run on self hosted ARM64 server
Browse files Browse the repository at this point in the history
  • Loading branch information
phammings committed Aug 15, 2024
1 parent 53d68e8 commit 2fe2d49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
build:
name: Build
runs-on: ubuntu-latest
runs-on: self-hosted
steps:
- uses: actions/checkout@v2
- name: Set up JDK 21
Expand Down

0 comments on commit 2fe2d49

Please sign in to comment.