Skip to content

Commit

Permalink
fixed debian13 action
Browse files Browse the repository at this point in the history
  • Loading branch information
jeonghanlee committed Sep 1, 2024
1 parent c91be4d commit ad372a3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/debian13.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: Debian 12
name: Debian 13

on:
push:
Expand All @@ -15,9 +15,9 @@ on:
pull_request:
branches: [master]
jobs:
Debian12:
Debian13:
runs-on: ubuntu-latest
container: debian:bookworm-slim
container: debian:trixie-slim
steps:
- name: checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit ad372a3

Please sign in to comment.