Skip to content

Commit

Permalink
[github ci] Bump to Java 17 and Ubuntu 24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
Flowdalic committed Sep 16, 2024
1 parent d8d066b commit cc81236
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ jobs:
build:
name: Build Smack

runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
strategy:
matrix:
java:
- 11
- 17
env:
PRIMARY_JAVA_VERSION: 11
PRIMARY_JAVA_VERSION: 17

steps:
- name: Checkout
Expand Down

0 comments on commit cc81236

Please sign in to comment.