Skip to content

Commit 8fd24c3

Browse files
committed
Update dependency ubuntu to v22
1 parent 1edb2c8 commit 8fd24c3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/badges.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ on:
1818
jobs:
1919
badges:
2020
name: Badges
21-
runs-on: ubuntu-20.04
21+
runs-on: ubuntu-22.04
2222
steps:
2323
- name: Checkout 🛎
2424
uses: actions/checkout@v4

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: ci
22
on: [push]
33
jobs:
44
cypress-run:
5-
runs-on: ubuntu-20.04
5+
runs-on: ubuntu-22.04
66
steps:
77
- name: Checkout
88
uses: actions/checkout@v4

0 commit comments

Comments
 (0)