diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index dba343b..4f8182f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -317,12 +317,15 @@ jobs: matrix: os: - ubuntu-latest + - ubuntu-26.04 + - ubuntu-26.04-arm - ubuntu-24.04 - ubuntu-24.04-arm - ubuntu-24.04-ppc64le - ubuntu-24.04-s390x - ubuntu-22.04 - ubuntu-22.04-arm + - ubuntu-slim - macos-latest - macos-26 - macos-15 diff --git a/README.md b/README.md index 6f8a9d6..06880ac 100644 --- a/README.md +++ b/README.md @@ -73,11 +73,11 @@ steps: ### Supported Platforms -The action works on these [GitHub-hosted runners](https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners/about-github-hosted-runners#supported-runners-and-hardware-resources) images. Runner images not listed below are not supported yet. +The action works on these [GitHub-hosted runners](https://github.com/actions/runner-images) images. Runner images not listed below are not supported yet. | OS | Supported | | ------- | ---------------- | -| Ubuntu | `ubuntu-24.04` (`ubuntu-latest`), `ubuntu-24.04-arm`, `ubuntu-24.04-ppc64le`, `ubuntu-24.04-s390x`, `ubuntu-22.04`, `ubuntu-22.04-arm` | +| Ubuntu | `ubuntu-26.04`, `ubuntu-26.04-arm`, `ubuntu-24.04` (`ubuntu-latest`), `ubuntu-24.04-arm`, `ubuntu-24.04-ppc64le`, `ubuntu-24.04-s390x`, `ubuntu-22.04`, `ubuntu-22.04-arm`, `ubuntu-slim` | | macOS | `macos-26`, `macos-15` (`macos-latest`), `macos-14` | | Windows | `windows-2025` (`windows-latest`), `windows-2022` |