From 0f838ba520f6642774daa7d5b463e08a04ef6517 Mon Sep 17 00:00:00 2001 From: neil Date: Wed, 25 Jan 2023 15:31:57 +0800 Subject: [PATCH] rerun --- .github/workflows/ci.yml | 8 ++++---- .gitignore | 3 ++- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3d51a0f..f4b8d89 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -112,12 +112,12 @@ jobs: strategy: matrix: platform: - - os: macos-11 - name: darwin+x86-64 + # - os: macos-11 + # name: darwin+x86-64 - os: ubuntu-latest name: linux+x86-64 - - os: [self-hosted, macOS, ARM64] - name: darwin+aarch64 + # - os: [self-hosted, macOS, ARM64] + # name: darwin+aarch64 # err: Package atk was not found in the pkg-config search path. # requires atk >= 2.18 # - os: [self-hosted, linux, ARM64] diff --git a/.gitignore b/.gitignore index 21bcdde..eeab4fb 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ node_modules yarn-error.log .DS_Store -.pnpm-store \ No newline at end of file +.pnpm-store +target \ No newline at end of file