Skip to content

Commit

Permalink
Execute CI on stable Ubuntu 22
Browse files Browse the repository at this point in the history
  • Loading branch information
WojciechMazur committed Jun 13, 2024
1 parent b72c568 commit 76dfdeb
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 @@ -12,12 +12,12 @@ on:

jobs:
test:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Setup JDK
uses: actions/setup-java@v2
uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 8
Expand Down

0 comments on commit 76dfdeb

Please sign in to comment.