Skip to content

Commit a68803b

Browse files
committed
Updated CI to test on Ubuntu 26.04.
1 parent 4e55ff4 commit a68803b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
runs-on: ${{ matrix.os }}
4444
strategy:
4545
matrix:
46-
os: [ubuntu-22.04, ubuntu-24.04, ubuntu-22.04-arm, ubuntu-24.04-arm]
46+
os: [ubuntu-22.04, ubuntu-24.04, ubuntu-26.04, ubuntu-22.04-arm, ubuntu-24.04-arm, ubuntu-26.04-arm]
4747
fail-fast: false
4848
steps:
4949
- uses: actions/checkout@v6
@@ -65,7 +65,7 @@ jobs:
6565
strategy:
6666
matrix:
6767
os: [ubuntu-latest, ubuntu-24.04-arm]
68-
container: ["ubuntu:14.04", "ubuntu:16.04", "ubuntu:18.04", "ubuntu:20.04", "alpine:3.8", "alpine:3.12", "alpine:3.16", "alpine:3.20"]
68+
container: ["ubuntu:14.04", "ubuntu:16.04", "ubuntu:18.04", "ubuntu:20.04", "alpine:3.8", "alpine:3.12", "alpine:3.16", "alpine:3.20", "alpine:3.24"]
6969
fail-fast: false
7070
steps:
7171
# - uses: actions/checkout@v6

0 commit comments

Comments
 (0)