From e8011c70a27a38422b2559c2d4d43f007ac191d2 Mon Sep 17 00:00:00 2001 From: Pierre Durand Date: Mon, 20 Jan 2025 16:08:05 +0100 Subject: [PATCH] github: use Ubuntu 24.04 runners --- .github/workflows/ci.yml | 2 +- LICENSE | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 76fc2dc..3f44383 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,7 +1,7 @@ on: push jobs: ci: - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 timeout-minutes: 10 steps: - uses: actions/checkout@v4 diff --git a/LICENSE b/LICENSE index f9dd03c..be1d31a 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (C) 2022 Pierre Durand +Copyright (C) 2025 Pierre Durand Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: