Run editor tests on hosted runner.

Testing out the new mac minis.

Diffs=
3ab062dd2 Run editor tests on hosted runner. (#5760)

Co-authored-by: Luigi Rosso <luigi-rosso@users.noreply.github.com>
diff --git a/.rive_head b/.rive_head
index e4b86b4..d5eb3a6 100644
--- a/.rive_head
+++ b/.rive_head
@@ -1 +1 @@
-2f67af55fca257ebfa87c933040de0c9c5142e0e
+3ab062dd27b3769005e530e8f3cc9bdfc8a3458e
diff --git a/skia/dependencies/get_skia.sh b/skia/dependencies/get_skia.sh
index 6da4fb1..f479ef9 100755
--- a/skia/dependencies/get_skia.sh
+++ b/skia/dependencies/get_skia.sh
@@ -2,12 +2,12 @@
 
 set -e
 
-# Requires depot_tools and git: 
+# Requires depot_tools and git:
 #   https://skia.org/user/download
 # Build notes:
 #   https://skia.org/user/build
 # GLFW requires CMake
-getSkia () {
+getSkia() {
     SKIA_REPO=$1
     SKIA_STABLE_BRANCH=$2
     FOLDER_NAME=$3
@@ -29,7 +29,7 @@
     echo "Checking out stable branch $SKIA_STABLE_BRANCH"
     git checkout $SKIA_STABLE_BRANCH
     python tools/git-sync-deps
-    cd .. 
+    cd ..
 }
 
 if [ $# -eq 0 ]; then
diff --git a/test/font_test.cpp b/test/font_test.cpp
index f755599..fed4fb8 100644
--- a/test/font_test.cpp
+++ b/test/font_test.cpp
@@ -1,7 +1,7 @@
-#include <rive/simple_array.hpp>
-#include <catch.hpp>
-#include <rive/text_engine.hpp>
-#include <rive/text/font_hb.hpp>
+#include "rive/simple_array.hpp"
+#include "catch.hpp"
+#include "rive/text_engine.hpp"
+#include "rive/text/font_hb.hpp"
 #include "rive/text/utf.hpp"
 #include <string>