Skip to content

Commit

Permalink
Update java version
Browse files Browse the repository at this point in the history
And ubuntu runner
  • Loading branch information
tmccombs committed Feb 19, 2025
1 parent 81e62df commit 947e1e4
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 @@ -9,15 +9,15 @@ on:

jobs:
build:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
steps:
- name: Startup MySQL service
run: sudo /etc/init.d/mysql start
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
java-version: '8'
distribution: 'adopt'
java-version: '21'
distribution: 'corretto'
- name: Set Env
if: ${{ github.repository == 'lucidsoftware/piezo' }}
run: |
Expand Down

0 comments on commit 947e1e4

Please sign in to comment.