diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cd50867..7f532cd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -106,15 +106,15 @@ jobs: strategy: matrix: platform: - # - os: macos-11 - # name: darwin+x86-64 - # id: mac_latest + - os: macos-11 + name: darwin+x86-64 + id: mac_latest - os: ubuntu-latest name: linux+x86-64 id: linux - # - os: [self-hosted, macOS, ARM64] - # name: darwin+aarch64 - # id: mac_m1 + - os: [self-hosted, macOS, ARM64] + name: darwin+aarch64 + id: mac_m1 # err: Package atk was not found in the pkg-config search path. # requires atk >= 2.18 # - os: [self-hosted, linux, ARM64]