From 3636854d7d8831d94982d29778d99548d16e47af Mon Sep 17 00:00:00 2001 From: Jakob Nybo Nissen Date: Mon, 24 Jun 2024 13:31:03 +0200 Subject: [PATCH] Disable CI for x86 macOS-latest This combination no longer exists, since the latests versions of MacOS does not run on x86 processors anymore. --- .github/workflows/UnitTesting.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/UnitTesting.yml b/.github/workflows/UnitTesting.yml index cff1346..fa09039 100644 --- a/.github/workflows/UnitTesting.yml +++ b/.github/workflows/UnitTesting.yml @@ -15,13 +15,16 @@ jobs: - '1.6' # LTS - '1' julia-arch: [x86] - os: [ubuntu-latest, windows-latest, macOS-latest] + os: [ubuntu-latest, windows-latest] experimental: [false] include: - julia-version: nightly julia-arch: x86 os: ubuntu-latest experimental: true + - julia-version: 1 + os: macOS-latest + experimental: false steps: - name: Checkout Repository