Skip to content

Commit

Permalink
Merge pull request #1966 from kwoot/github_ci_ubuntu_24.04
Browse files Browse the repository at this point in the history
GitHub ci ubuntu 24.04
  • Loading branch information
kwoot authored Sep 4, 2024
2 parents b8d96ea + 2df2be6 commit 482fff8
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This workflow will build a Java project with Maven, and cache/restore any dependencies to improve the workflow execution time
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven

name: Ubuntu 18.04 (Bionic Beaver)
name: Ubuntu 24.04 (Noble Numbat)

on:
push:
Expand All @@ -12,11 +12,11 @@ on:
jobs:
build:

runs-on: ubuntu-18.04
runs-on: ubuntu-24.04

services:
postgres:
image: postgres:10.0
image: postgres:16.0
env:
POSTGRES_USER: libreplan
POSTGRES_PASSWORD: libreplan
Expand All @@ -27,7 +27,6 @@ jobs:
--health-interval 10s
--health-timeout 5s
--health-retries 5
steps:
- uses: actions/checkout@v3

Expand Down

0 comments on commit 482fff8

Please sign in to comment.