aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/tests.yml
diff options
context:
space:
mode:
authorMartin Pärtel <martin.partel@gmail.com>2024-10-17 20:37:35 +0300
committerGitHub <noreply@github.com>2024-10-17 20:37:35 +0300
commit9b15e7b9bfaaf0531fba0d3d07f57b6330222ba1 (patch)
tree7c9690f2d55bf3212859703cebefd479d683da84 /.github/workflows/tests.yml
parentf1bd017c312b6669f4d961b0a26632e67dba3543 (diff)
parentfc0f65a8f3794fdc0cb7bb24a9c6625a1716d44c (diff)
downloadbindfs-9b15e7b9bfaaf0531fba0d3d07f57b6330222ba1.tar.gz
Merge pull request #155 from hartwork/migrate-off-of-soon-gone-macos-12
Migrate off of soon-to-be-removed CI 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