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