diff options
| -rw-r--r-- | .github/workflows/test.yaml | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index b711276..591ed51 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -14,7 +14,7 @@ jobs:      runs-on: ${{ matrix.os }}      strategy:        matrix: -        os: [ubuntu-20.04, ubuntu-22.04] +        os: [ubuntu-22.04, ubuntu-24.04]      steps:        - name: Download image artifact | 
