diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fc6c3c0..dc4bbdb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,7 +15,7 @@ concurrency: jobs: docs: name: Release the gem - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 timeout-minutes: 10 steps: - name: Prepare the environment diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 91f740e..611c982 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,7 +13,7 @@ concurrency: jobs: test: name: 'Test the gem (Ruby ${{ matrix.ruby }}, Rails ${{ matrix.rails }})' - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 timeout-minutes: 5 strategy: fail-fast: false diff --git a/CHANGELOG.md b/CHANGELOG.md index dd4b606..74b8bbe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ ### next +* Upgraded to Ubuntu 24.04 on Github Actions (#20) * Migrated to hausgold/actions@v2 (#19) ### 2.4.0 (26 December 2025) diff --git a/LICENSE b/LICENSE index 1175933..46b3459 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2025 HAUSGOLD | talocasa GmbH +Copyright (c) 2026 HAUSGOLD | talocasa GmbH Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal