We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f7a1cb commit 55437c8Copy full SHA for 55437c8
β.github/workflows/test.yml
@@ -20,7 +20,7 @@ env:
20
jobs:
21
test-and-deploy:
22
name: π Test & Deploy
23
- runs-on: ubuntu-latest
+ runs-on: ubuntu-22.04
24
steps:
25
- uses: actions/checkout@v4
26
with:
β.github/workflows/update-snapshots.yml
@@ -8,7 +8,7 @@ env:
8
9
update-snapshots:
10
name: π Update Snapshots
11
12
13
14
0 commit comments