Skip to content

Commit c3c3b5e

Browse files
authored
chore: update snapshots (#1165)
1 parent ca848ef commit c3c3b5e

File tree

43 files changed

+8
-8
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+8
-8
lines changed

.github/workflows/snapshotCommit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
commit:
1111
name: Commit Snapshots
1212
if: github.event.workflow_run.conclusion == 'success'
13-
runs-on: ubuntu-latest
13+
runs-on: ubuntu-24.04
1414
permissions:
1515
contents: write
1616
steps:

.github/workflows/snapshotCompare.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
jobs:
1212
getMatrix:
1313
name: Get Matrix
14-
runs-on: ubuntu-latest
14+
runs-on: ubuntu-24.04
1515
outputs:
1616
testPathPatterns: ${{ steps.setTestPathPatterns.outputs.testPathPatterns }}
1717
testConfigs: ${{ steps.setTestConfigs.outputs.testConfigs }}
@@ -33,7 +33,7 @@ jobs:
3333
3434
compareSnapshots:
3535
name: Compare
36-
runs-on: ubuntu-latest
36+
runs-on: ubuntu-24.04
3737
needs: getMatrix
3838
strategy:
3939
fail-fast: false
@@ -70,7 +70,7 @@ jobs:
7070

7171
compareSnapshotsV2:
7272
name: Compare V2
73-
runs-on: ubuntu-latest
73+
runs-on: ubuntu-24.04
7474
needs: getMatrix
7575
strategy:
7676
fail-fast: false

.github/workflows/snapshotUpdate.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
getMatrix:
1010
name: Get Matrix
1111
if: github.event.label.name == 'snapshots' || github.event_name == 'workflow_dispatch'
12-
runs-on: ubuntu-latest
12+
runs-on: ubuntu-24.04
1313
outputs:
1414
testPathPatterns: ${{ steps.setTestPathPatterns.outputs.testPathPatterns }}
1515
testConfigs: ${{ steps.setTestConfigs.outputs.testConfigs }}
@@ -31,7 +31,7 @@ jobs:
3131
captureMetadata:
3232
name: Capture Metadata
3333
if: github.event_name == 'pull_request'
34-
runs-on: ubuntu-latest
34+
runs-on: ubuntu-24.04
3535
needs: getMatrix
3636
steps:
3737
- name: Capture PR Number
@@ -47,7 +47,7 @@ jobs:
4747

4848
updateSnapshots:
4949
name: Update
50-
runs-on: ubuntu-latest
50+
runs-on: ubuntu-24.04
5151
needs: getMatrix
5252
strategy:
5353
matrix:
@@ -128,7 +128,7 @@ jobs:
128128

129129
updateSnapshotsV2:
130130
name: Update V2
131-
runs-on: ubuntu-latest
131+
runs-on: ubuntu-24.04
132132
needs: getMatrix
133133
strategy:
134134
matrix:
-46 Bytes
-46 Bytes
-46 Bytes
-32 Bytes
9.97 KB

0 commit comments

Comments
 (0)