Skip to content

Commit

Permalink
Run linux CI in Debian 12 container
Browse files Browse the repository at this point in the history
  • Loading branch information
mortinger91 committed Oct 24, 2023
1 parent 7fd81ca commit 788d92d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,8 @@ jobs:
linux:
runs-on: ubuntu-20.04
# Specify an image from hub.docker.com
# container:
# image: debian:10-slim
# options:
container:
image: debian:12-slim
timeout-minutes: 60
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 788d92d

Please sign in to comment.