Skip to content

Commit ed893da

Browse files
committed
Downgrade to Ubuntu 24.04 because actionlint does not support Ubuntu 26.04 yet rhysd/actionlint#682
1 parent 60c2f41 commit ed893da

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/publish_docker-images-edge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
secrets: inherit
1919

2020
update_container_readme:
21-
runs-on: ubuntu-26.04
21+
runs-on: ubuntu-24.04
2222
name: Push README to Docker Hub
2323
steps:
2424
- name: git checkout

.github/workflows/scheduled-task_update-sponsors.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
- cron: 30 15 * * 0-6
66
jobs:
77
deploy:
8-
runs-on: ubuntu-26.04
8+
runs-on: ubuntu-24.04
99
steps:
1010
- name: Checkout 🛎️
1111
uses: actions/checkout@v7

.github/workflows/service_docker-build-and-publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,19 @@ on:
77

88
jobs:
99
lint:
10-
runs-on: ubuntu-26.04
10+
runs-on: ubuntu-24.04
1111
steps:
1212
- name: Check out code
1313
uses: actions/checkout@v7
1414

1515
- name: Analyze workflow files
16-
uses: docker://rhysd/actionlint:1.7.6
16+
uses: docker://rhysd/actionlint:1.7.12
1717
with:
1818
args: "-color -verbose -shellcheck="
1919

2020
docker-publish:
2121
needs: lint
22-
runs-on: ubuntu-26.04
22+
runs-on: ubuntu-24.04
2323
steps:
2424
- name: Check out code
2525
uses: actions/checkout@v7

0 commit comments

Comments
 (0)