Skip to content

Commit

Permalink
Fix CI os mismatch due to prev change
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Dec 12, 2024
1 parent 0799a97 commit d8fb48a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
os: ['ubuntu-24.04']
include:
- java_version: '8'
os: 'ubuntu-22.04'
os: 'ubuntu-24.04'
release_build: 'R'
- java_version: '8'
os: 'windows-latest'
Expand Down

0 comments on commit d8fb48a

Please sign in to comment.