diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1d50d74..90b8825 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,9 +19,9 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-20.04] + os: [ubuntu-24.04] include: - - os: ubuntu-20.04 + - os: ubuntu-24.04 steps: - uses: actions/checkout@v4 - name: Build sourcemod plugin @@ -96,4 +96,4 @@ jobs: file: '*.tar.gz' tag: ${{ env.RELEASE_VERSION }} file_glob: true - overwrite: true \ No newline at end of file + overwrite: true