From decd3bc50aba1797b081668f955afc424977fa8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Fuhrmann?= Date: Thu, 22 Aug 2024 16:16:53 +0200 Subject: [PATCH] give up tests on macos-13 x64 --- .github/workflows/CI.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index b29425b..f144995 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -21,8 +21,7 @@ jobs: os: - ubuntu-latest - windows-latest - - macOS-13 # intel - - macOS-14 # arm + - macOS-latest arch: - x64 - aarch64 @@ -31,9 +30,7 @@ jobs: arch: aarch64 - os: windows-latest arch: aarch64 - - os: macOS-13 - arch: aarch64 - - os: macOS-14 + - os: macOS-latest arch: x64 steps: - uses: actions/checkout@v4