Skip to content

Commit d8c1dca

Browse files
Ubuntu 20.04 is soon deprecated.
1 parent 12e3eec commit d8c1dca

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/galaxy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
types: [created, edited, published, released]
1111
jobs:
1212
release:
13-
runs-on: ubuntu-20.04
13+
runs-on: ubuntu-latest
1414
steps:
1515
- name: galaxy
1616
uses: robertdebock/galaxy-action@1.2.1

.github/workflows/requirements2png.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ name: Ansible Graphviz
1010

1111
jobs:
1212
build:
13-
runs-on: ubuntu-20.04
13+
runs-on: ubuntu-latest
1414
permissions:
1515
contents: write
1616
steps:

.github/workflows/todo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010

1111
jobs:
1212
build:
13-
runs-on: "ubuntu-20.04"
13+
runs-on: "ubuntu-latest"
1414
steps:
1515
- uses: actions/checkout@v4
1616
- name: "TODO to Issue"

0 commit comments

Comments
 (0)