From 2f345ad138aed83d729b77476d50566117fea620 Mon Sep 17 00:00:00 2001 From: neil Date: Tue, 17 Jan 2023 16:10:24 +0800 Subject: [PATCH] undo --- .github/workflows/ci.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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]