Skip to content

Commit fef9718

Browse files
authored
Remove ubuntu-20.04 from build-build matrix due to GH removal on 2025-04-15 (#309)
- More info at actions/runner-images#11101
1 parent ec7a061 commit fef9718

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
build-ubuntu:
6464
strategy:
6565
matrix:
66-
platform: [ubuntu-22.04, ubuntu-20.04]
66+
platform: [ubuntu-22.04]
6767
runs-on: ${{ matrix.platform }}
6868
steps:
6969
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)