Improve ci (#1737)

* Run e2e-test on x86_64h-apple-darwin

Since it is a target built with `build-std`, we need to make sure it is
runnable.

Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>

* Fix `upgrade-transitive-deps`

Fill in PR description, so that reviewer can just re-open it to run the CI.

Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>

---------

Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
Jiahao XU 2024-06-13 00:03:27 +10:00 committed by GitHub
parent 49d0bb71a0
commit 60a194be90
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View file

@ -28,7 +28,7 @@ jobs:
matrix:
include:
- { o: macos-14, t: x86_64-apple-darwin }
- { o: macos-14, t: x86_64h-apple-darwin }
- { o: macos-14, t: x86_64h-apple-darwin, r: true }
- { o: macos-14, t: aarch64-apple-darwin, r: true }
- {
o: ubuntu-latest,

View file

@ -3,7 +3,7 @@ name: Upgrade transitive dependencies
on:
workflow_dispatch: # Allow running on-demand
schedule:
- cron: '0 3 * * 5'
- cron: "0 3 * * 5"
jobs:
upgrade:
@ -45,4 +45,4 @@ jobs:
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
gh pr create --base main --fill --label 'PR: dependencies'
gh pr create --base main --fill --label 'PR: dependencies' --body 'Update dependencies