diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index 183709e..2a33805 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -8,7 +8,7 @@ jobs:
   test-bot:
     strategy:
       matrix:
-        os: [macos-13]
+        os: [macos-14]
     runs-on: ${{ matrix.os }}
     steps:
       - name: Set up Homebrew