Skip to content

Commit

Permalink
[CI] Disable low-cadence 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 21c0fcc commit 084627f
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ci-low-cadence.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,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 @@ -98,7 +100,9 @@ jobs:
fail-fast: false
matrix:
java: [ '25-ea' ]
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

0 comments on commit 084627f

Please sign in to comment.