Skip to content

Commit ac8fcb4

Browse files
ci: Remove ubuntu-20.04
This will soon no longer be supported by GitHub Actions.
1 parent 87090a1 commit ac8fcb4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,8 @@ jobs:
3434
runs-on: ${{ matrix.os }}
3535
strategy:
3636
matrix:
37-
os: [macos-13, macos-14, macos-15, ubuntu-20.04, ubuntu-22.04, ubuntu-24.04]
37+
os: [macos-13, macos-14, macos-15, ubuntu-22.04, ubuntu-24.04]
3838
include:
39-
- os: ubuntu-20.04
40-
jsc_pkg: libjavascriptcoregtk-4.0-dev
4139
- os: ubuntu-22.04
4240
jsc_pkg: libjavascriptcoregtk-4.0-dev
4341
- os: ubuntu-24.04

0 commit comments

Comments
 (0)