commit | 7e45f58ad7b6553ecd64c7472d392c31a6e0e2ac | [log] [tgz] |
---|---|---|
author | Yuxuan 'fishy' Wang <yuxuan.wang@reddit.com> | Thu Apr 17 08:41:21 2025 -0700 |
committer | Yuxuan 'fishy' Wang <fishywang@gmail.com> | Thu Apr 17 09:02:03 2025 -0700 |
tree | 731ed004c4308d1b541c314019178b0a348d3a53 | |
parent | 0414755b6080e53c9de087912bafce264c07da9a [diff] |
Remove ubuntu-20.04 from github actions This is fully unsupported [1], and prevents further tests from running. [1]: https://github.com/actions/runner-images/issues/11101
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 57730c0..98ff15c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml
@@ -41,7 +41,9 @@ compiler: strategy: matrix: - os: [ubuntu-20.04, ubuntu-22.04, ubuntu-24.04] + os: + - ubuntu-22.04 + - ubuntu-24.04 fail-fast: false runs-on: ${{ matrix.os }} steps: