From fc0f65a8f3794fdc0cb7bb24a9c6625a1716d44c Mon Sep 17 00:00:00 2001 From: Sebastian Pipping Date: Wed, 16 Oct 2024 23:36:28 +0200 Subject: Migrate off of soon-to-be-removed image macos-12 --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github/workflows/tests.yml') diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 7c843ab..3c16512 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -53,14 +53,14 @@ jobs: cxx: g++-13 clang_major_version: null clang_repo_suffix: null - runs-on: macos-12 + runs-on: macos-13 fuse_package: fuse-t # macFUSE - cc: clang-15 cxx: clang++-15 clang_major_version: 15 clang_repo_suffix: null - runs-on: macos-12 + runs-on: macos-13 fuse_package: macfuse steps: - name: Add Clang/LLVM repositories -- cgit v1.2.3