Skip to content

Commit 4979faa

Browse files
committed
github/workflows: Keep Debian on ubuntu-latest runners
See: toolbx-images#129 (comment)
1 parent 22e9a18 commit 4979faa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/debian.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
matrix:
3939
release: ['10', '11', '12', 'testing', 'unstable']
4040

41-
runs-on: ubuntu-24.04
41+
runs-on: ubuntu-latest
4242
steps:
4343
- name: Checkout
4444
uses: actions/checkout@v4

0 commit comments

Comments
 (0)