Skip to content

Commit 1ef5c01

Browse files
committed
restore ubuntu version
1 parent 930e8f6 commit 1ef5c01

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ concurrency:
1414
jobs:
1515
run:
1616
if: ${{ contains(github.event.pull_request.labels.*.name, 'preview') || github.ref_name == 'main' }}
17-
runs-on: ubuntu-22.04
17+
runs-on: ubuntu-latest
1818
concurrency:
1919
group: netlify
2020
cancel-in-progress: false

.github/workflows/render-datasheets.yaml

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

66
jobs:
77
render-datasheets:
8-
runs-on: ubuntu-22.04
8+
runs-on: ubuntu-latest
99
env:
1010
REPO_ACCESS_TOKEN: ${{ secrets.REPO_ACCESS_TOKEN }}
1111

0 commit comments

Comments
 (0)