Skip to content

Commit

Permalink
Reverted back to runs-on ubuntu-latest since no arm64 supported
Browse files Browse the repository at this point in the history
  • Loading branch information
phammings committed Aug 14, 2024
1 parent e2cd35a commit 0d43ba6
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, arm64]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 21
Expand Down

0 comments on commit 0d43ba6

Please sign in to comment.