aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/tests.yml
diff options
context:
space:
mode:
authorSebastian Pipping <sebastian@pipping.org>2024-10-16 23:36:28 +0200
committerSebastian Pipping <sebastian@pipping.org>2024-10-16 23:38:49 +0200
commitfc0f65a8f3794fdc0cb7bb24a9c6625a1716d44c (patch)
tree7c9690f2d55bf3212859703cebefd479d683da84 /.github/workflows/tests.yml
parentf1bd017c312b6669f4d961b0a26632e67dba3543 (diff)
downloadbindfs-fc0f65a8f3794fdc0cb7bb24a9c6625a1716d44c.tar.gz
Migrate off of soon-to-be-removed image macos-12
Diffstat (limited to '.github/workflows/tests.yml')
-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