aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/tests.yml4
1 files changed, 2 insertions, 2 deletions
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