Skip to content

Commit 76f4771

Browse files
committed
fix actions
1 parent d5d395f commit 76f4771

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/fedora.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ on:
44
push:
55
paths:
66
- '.github/workflows/fedora.yml'
7-
- 'fedora.39/Dockerfile'
87
- 'fedora.40/Dockerfile'
98
- 'fedora.41/Dockerfile'
109
- 'fedora.42/Dockerfile'
@@ -19,7 +18,6 @@ jobs:
1918
fail-fast: false
2019
matrix:
2120
cfg:
22-
- version: 39
2321
- version: 40
2422
- version: 41
2523
- version: 42

.github/workflows/ubuntu.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55
paths:
66
- '.github/workflows/ubuntu.yml'
7-
- 'ubuntu.22.04/Dockerfile'
7+
- 'ubuntu.24.04/Dockerfile'
88
schedule:
99
- cron: '0 3 1 * *'
1010
# 1st of the month at 03:00
@@ -25,5 +25,5 @@ jobs:
2525
github-push-secret: ${{secrets.GITHUB_TOKEN}}
2626
docker-image-name: ubuntu
2727
docker-image-tag: latest
28-
dockerfile-path: ./ubuntu.22.04/Dockerfile
28+
dockerfile-path: ./ubuntu.24.04/Dockerfile
2929

0 commit comments

Comments
 (0)