Skip to content

Commit be96f27

Browse files
authored
fix(ui-tars): x64 bundle bug (#513)
1 parent 22b1688 commit be96f27

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/e2e-agent-tars.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
paths:
55
- 'packages/common/**'
66
- 'packages/agent-tars/**'
7+
- '.github/workflows/e2e-agent-tars.yml'
78
- 'apps/agent-tars/**'
89
push:
910
branches:
@@ -29,7 +30,7 @@ jobs:
2930
strategy:
3031
fail-fast: false
3132
matrix:
32-
os: [macos-latest]
33+
os: [macos-latest, macos-13]
3334
runs-on: ${{ matrix.os }}
3435
steps:
3536
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

.github/workflows/e2e-ui-tars.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
paths:
55
- 'packages/common/**'
66
- 'packages/ui-tars/**'
7+
- '.github/workflows/e2e-ui-tars.yml'
78
- 'apps/ui-tars/**'
89
push:
910
branches:
@@ -29,7 +30,7 @@ jobs:
2930
strategy:
3031
fail-fast: false
3132
matrix:
32-
os: [macos-latest, windows-latest]
33+
os: [macos-latest, macos-13, windows-latest]
3334
runs-on: ${{ matrix.os }}
3435
steps:
3536
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

0 commit comments

Comments
 (0)