Skip to content

Commit

Permalink
Attempt to fix Hissboom by using Ubuntu 24.04 on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
EnnuiL committed Jun 14, 2024
1 parent e2f913d commit 2e848cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_status.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04

steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ env:

jobs:
publish:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- name: Set up JDK 21
Expand Down

0 comments on commit 2e848cd

Please sign in to comment.