Skip to content

Commit 036c329

Browse files
committed
chore: back to ubuntu-latest
1 parent fcc545d commit 036c329

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pr-previews.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
trigger-preview:
1313
if: github.event.action != 'closed'
1414

15-
runs-on: ubuntu-22.04-arm64
15+
runs-on: ubuntu-latest
1616

1717
steps:
1818
- name: Trigger preview
@@ -23,7 +23,7 @@ jobs:
2323
delete-preview:
2424
if: github.event.action == 'closed'
2525

26-
runs-on: ubuntu-22.04-arm64
26+
runs-on: ubuntu-latest
2727

2828
steps:
2929
- name: Delete preview

0 commit comments

Comments
 (0)