Skip to content

Commit f9f5e45

Browse files
authored
fix: update deprecated ubuntu image in pr-preview workflow (openscd#1665)
1 parent ff699e3 commit f9f5e45

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/pr-preview.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
name: Deploy PR previews
22

3-
43
on:
54
pull_request:
65
types:
@@ -18,7 +17,7 @@ env:
1817
jobs:
1918
deploy-preview:
2019
permissions: write-all
21-
runs-on: ubuntu-20.04
20+
runs-on: ubuntu-latest
2221
steps:
2322
- name: Checkout
2423
uses: actions/checkout@v3
@@ -35,4 +34,3 @@ jobs:
3534
with:
3635
source-dir: packages/distribution/build
3736
umbrella-dir: pr-preview
38-

0 commit comments

Comments
 (0)