Skip to content

Commit 6843d25

Browse files
committed
fixup! feat: update ci
1 parent 18438f3 commit 6843d25

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
matrix:
1919
version: [ 20, 22, 24, 25 ]
20-
os: [ "ubuntu:24.04", "ubuntu:22.04", "debian:12", "debian:11" ]
20+
os: [ "ubuntu:24.04", "ubuntu:22.04", "debian:13", "debian:11" ]
2121
container:
2222
image: ${{ matrix.os }}
2323
defaults:
@@ -31,7 +31,8 @@ jobs:
3131
run: ./scripts/deb/setup_${{ matrix.version }}.x
3232

3333
- name: Audit Repository
34-
run: apt update --audit || echo "apt update --audit failed (possibly unsupported version)"
34+
if: matrix.os != "debian:13"
35+
run: apt update --audit
3536

3637
- name: Install Nodejs
3738
run: apt install nodejs -y

0 commit comments

Comments
 (0)