Skip to content

Commit

Permalink
fix: rm test env for macos-12
Browse files Browse the repository at this point in the history
Signed-off-by: zongz <[email protected]>
  • Loading branch information
zong-zhe committed Dec 9, 2024
1 parent 15f628d commit eba044e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/example-e2e-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
macos:
strategy:
matrix:
os: [ macos-12, macos-13, macos-latest ]
os: [ macos-13, macos-latest ]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit eba044e

Please sign in to comment.