Skip to content

Commit dbf0b19

Browse files
committed
Fix mismatching OS version from CI
1 parent 031fbe1 commit dbf0b19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
os: ['ubuntu-24.04']
2323
include:
2424
- java_version: '8'
25-
os: 'ubuntu-22.04'
25+
os: 'ubuntu-24.04'
2626
release_build: 'R'
2727
- java_version: '8'
2828
os: 'windows-latest'

0 commit comments

Comments
 (0)