Use Ubuntu 24.04 in our workflows

This is what github actions currently uses when using ubuntu-latest, and
what we recommend for new Consul Democracy installations.
This commit is contained in:
Javi Martín
2024-10-14 13:50:31 +02:00
parent 26ebe619e3
commit 13481fdf32
6 changed files with 9 additions and 7 deletions

View File

@@ -6,7 +6,7 @@ permissions:
jobs:
build:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: Checkout code
uses: actions/checkout@v4