From 33aac5d5527620857e738368d9ef76ef9fce03f8 Mon Sep 17 00:00:00 2001 From: Adam Jensen Date: Tue, 22 Oct 2024 07:19:04 -0400 Subject: [PATCH] CI: Upgrade OS versions --- .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 8943c88..42611e4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,22 +34,22 @@ jobs: matrix: build: - linux-x86_64 - - macos-12 - macos-13 + - macos-14 - windows include: - build: linux-x86_64 - os: ubuntu-22.04 + os: ubuntu-24.04 run-tests: 'true' target: x86_64-unknown-linux-gnu - - build: macos-12 - os: macos-12 - run-tests: 'true' - target: x86_64-apple-darwin - build: macos-13 os: macos-13 run-tests: 'true' target: x86_64-apple-darwin + - build: macos-14 + os: macos-14 + run-tests: 'true' + target: aarch64-apple-darwin - build: windows os: windows-2022 run-tests: 'true'