Skip to content

Commit c17760a

Browse files
authored
⏪ Revert ubuntu image change (#396)
1 parent 4dba31c commit c17760a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/template_jira_tagging.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
jira-annotate:
2323

2424
name: Annotate all occurring tickets since last release-tag
25-
runs-on: ubuntu-slim
25+
runs-on: ubuntu-24.04
2626

2727
steps:
2828
- name: Checkout

.github/workflows/template_yaml.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515
jobs:
1616
yamllint:
1717
name: yamllint
18-
runs-on: ubuntu-slim
18+
runs-on: ubuntu-24.04
1919

2020
steps:
2121
- name: Checkout

0 commit comments

Comments
 (0)