Skip to content

Commit 7bd247a

Browse files
committed
Revert Ubuntu 22->24 update for CI (code cov publish fail)
1 parent f54e757 commit 7bd247a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ jobs:
2727
fail-fast: false
2828
matrix:
2929
java_version: ['8', '11', '17', '21', '23']
30-
os: ['ubuntu-24.04']
30+
os: ['ubuntu-22.04']
3131
include:
3232
- java_version: '8'
33-
os: 'ubuntu-24.04'
33+
os: 'ubuntu-22.04'
3434
release_build: 'R'
3535
- java_version: '8'
3636
os: 'windows-latest'

0 commit comments

Comments
 (0)