Skip to content

Commit 55437c8

Browse files
committed
ci: πŸ€– fix snapshots by aligning ubuntu version
1 parent 9f7a1cb commit 55437c8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

β€Ž.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ env:
2020
jobs:
2121
test-and-deploy:
2222
name: πŸš€ Test & Deploy
23-
runs-on: ubuntu-latest
23+
runs-on: ubuntu-22.04
2424
steps:
2525
- uses: actions/checkout@v4
2626
with:

β€Ž.github/workflows/update-snapshots.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ env:
88
jobs:
99
update-snapshots:
1010
name: πŸŒ… Update Snapshots
11-
runs-on: ubuntu-latest
11+
runs-on: ubuntu-22.04
1212
steps:
1313
- uses: actions/checkout@v4
1414
with:

0 commit comments

Comments
Β (0)