Skip to content

Commit 326e78f

Browse files
authored
github: Upgrade from ubuntu-20.04 to ubuntu-latest (#238)
1 parent 02bc45b commit 326e78f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/Notify-Convention-Change.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
org-check:
1313
name: Check GitHub Organization
1414
if: github.repository_owner == 'ni'
15-
runs-on: ubuntu-20.04
15+
runs-on: ubuntu-latest
1616
steps:
1717
- name: Noop
1818
run: "true"

.github/workflows/Update-Poetry-Lock.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
org-check:
1515
name: Check GitHub Organization
1616
if: github.repository_owner == 'ni'
17-
runs-on: ubuntu-20.04
17+
runs-on: ubuntu-latest
1818
steps:
1919
- name: Noop
2020
run: "true"

0 commit comments

Comments
 (0)