Skip to content

Commit

Permalink
[CI] Disable ARM builds until they become stable.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeb01 committed Jan 20, 2025
1 parent b6cf56e commit 7abdaa1
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ jobs:
fail-fast: false
matrix:
java: [ '17', '21' ]
os: ['ubuntu-24.04', 'ubuntu-24.04-arm', 'windows-latest', 'macos-latest']
# Disable ARM for now (Mike 2025-01-21)
# os: ['ubuntu-24.04', 'ubuntu-24.04-arm', 'windows-latest', 'macos-latest']
os: ['ubuntu-24.04', 'windows-latest', 'macos-latest']
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down Expand Up @@ -94,7 +96,9 @@ jobs:
fail-fast: false
matrix:
java: [ '25-ea' ]
os: ['ubuntu-24.04', 'ubuntu-24.04-arm', 'windows-latest', 'macos-latest']
# Disable ARM build for now (Mike 2025-01-21).
# os: ['ubuntu-24.04', 'ubuntu-24.04-arm', 'windows-latest', 'macos-latest']
os: ['ubuntu-24.04', 'windows-latest', 'macos-latest']
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down

0 comments on commit 7abdaa1

Please sign in to comment.