Skip to content

Commit

Permalink
Revert Ubuntu 22->24 update for CI (code cov publish fail)
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Dec 12, 2024
1 parent f54e757 commit 7bd247a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ jobs:
fail-fast: false
matrix:
java_version: ['8', '11', '17', '21', '23']
os: ['ubuntu-24.04']
os: ['ubuntu-22.04']
include:
- java_version: '8'
os: 'ubuntu-24.04'
os: 'ubuntu-22.04'
release_build: 'R'
- java_version: '8'
os: 'windows-latest'
Expand Down

0 comments on commit 7bd247a

Please sign in to comment.