Skip to content

Commit

Permalink
[CI] Disable ubuntu-24.04-arm until it becomes a stable feature.
Browse files Browse the repository at this point in the history
  • Loading branch information
vyazelenko committed Jan 20, 2025
1 parent 0268d2e commit 340e15c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-low-cadence.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
fail-fast: false
matrix:
java: [ '17', '21', '23' ]
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
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
fail-fast: false
matrix:
java: [ '17', '21', '23' ]
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 340e15c

Please sign in to comment.