aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authordundargoc <gocdundar@gmail.com>2024-10-05 19:03:11 +0200
committerdundargoc <33953936+dundargoc@users.noreply.github.com>2024-10-06 16:06:28 +0200
commit00d1078ede9e0f03dd5eecbc9599d39c913ab953 (patch)
treea970b714c9cedaaf4cc7cebf0653f93ce0ed0422 /test
parent9788b81d7e53e7ad1ca9db249d86e43426ce56c2 (diff)
downloadrneovim-00d1078ede9e0f03dd5eecbc9599d39c913ab953.tar.gz
rneovim-00d1078ede9e0f03dd5eecbc9599d39c913ab953.tar.bz2
rneovim-00d1078ede9e0f03dd5eecbc9599d39c913ab953.zip
ci: bump macos runner version to macos-15
Diffstat (limited to 'test')
-rw-r--r--test/functional/lua/watch_spec.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/lua/watch_spec.lua b/test/functional/lua/watch_spec.lua
index 0c575900d3..ad16df8a7c 100644
--- a/test/functional/lua/watch_spec.lua
+++ b/test/functional/lua/watch_spec.lua
@@ -92,7 +92,7 @@ describe('vim._watch', function()
skip(is_os('bsd'), 'Stopped working on bsd after 3ca967387c49c754561c3b11a574797504d40f38')
elseif watchfunc == 'watchdirs' and is_os('mac') then
-- Bump this (or fix the bug) if CI continues to fail in future versions of macos CI.
- skip(is_ci() and vim.uv.os_uname().release == '23.6.0', 'weird failure for macOS arm 14 CI')
+ skip(is_ci() and vim.uv.os_uname().release == '24.0.0', 'weird failure for macOS arm 15 CI')
else
skip(
is_os('bsd'),