File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 4
4
paths :
5
5
- ' packages/common/**'
6
6
- ' packages/agent-tars/**'
7
+ - ' .github/workflows/e2e-agent-tars.yml'
7
8
- ' apps/agent-tars/**'
8
9
push :
9
10
branches :
29
30
strategy :
30
31
fail-fast : false
31
32
matrix :
32
- os : [macos-latest]
33
+ os : [macos-latest, macos-13 ]
33
34
runs-on : ${{ matrix.os }}
34
35
steps :
35
36
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
Original file line number Diff line number Diff line change 4
4
paths :
5
5
- ' packages/common/**'
6
6
- ' packages/ui-tars/**'
7
+ - ' .github/workflows/e2e-ui-tars.yml'
7
8
- ' apps/ui-tars/**'
8
9
push :
9
10
branches :
29
30
strategy :
30
31
fail-fast : false
31
32
matrix :
32
- os : [macos-latest, windows-latest]
33
+ os : [macos-latest, macos-13, windows-latest]
33
34
runs-on : ${{ matrix.os }}
34
35
steps :
35
36
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
You can’t perform that action at this time.
0 commit comments