From 4ebd2a14a43ba3885f3012308d2f5f9cba079d94 Mon Sep 17 00:00:00 2001 From: Andrea Cavalli Date: Tue, 20 Feb 2024 01:01:18 +0100 Subject: [PATCH] Revert commit 78cc29ff233b3f5896412e5b4c07dce92d1a580f --- .github/workflows/platform_natives.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/platform_natives.yaml b/.github/workflows/platform_natives.yaml index ff2e1e7..5996e14 100644 --- a/.github/workflows/platform_natives.yaml +++ b/.github/workflows/platform_natives.yaml @@ -27,7 +27,7 @@ jobs: - { os: ubuntu-22.04, type: "linux_arm64_clang_ssl3", compiler: "clang", ssl: "ssl3", debianArch: "arm64", tripleArch: "aarch64", tripleGnu: "gnu", debianVersion: "bookworm-backports", native: "false" } - { os: windows-2019, type: "windows_amd64", vcpkgCommitId: "6ca56aeb457f033d344a7106cb3f9f1abf8f4e98", triplet: "x64-windows-static" } - { os: macos-12, type: "macos_amd64" } - - { os: macos-13-xlarge, type: "macos_arm64" } + # - { os: macos-13-xlarge, type: "macos_arm64" } steps: - name: Checkout current repo uses: actions/checkout@v3