Skip to content

Commit 830367d

Browse files
committedMar 13, 2025
Mirror ubuntu and debian latest
1 parent f5fd979 commit 830367d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

‎.github/workflows/mirror.yml

+4
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,16 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
include:
16+
- image: ubuntu
17+
tag: latest
1618
- image: ubuntu
1719
tag: noble
1820
- image: ubuntu
1921
tag: jammy
2022
- image: ubuntu
2123
tag: focal
24+
- image: debian
25+
tag: latest
2226
- image: fedora # For tool/annocheck of ruby/ruby
2327
tag: latest
2428

0 commit comments

Comments
 (0)