Skip to content

Commit a001a81

Browse files
committed
Run tests on macos
1 parent c6118da commit a001a81

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/run-tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66

77
jobs:
88
fetch-core-libs:
9-
runs-on: ubuntu-22.04
9+
runs-on: macos-14
1010
env:
1111
CORE_LIB_REPO: tomwyr/godot-node-tree-core
1212
steps:
@@ -32,7 +32,7 @@ jobs:
3232

3333
run-tests:
3434
needs: fetch-core-libs
35-
runs-on: ubuntu-22.04
35+
runs-on: macos-14
3636

3737
steps:
3838
- name: Checkout repository

0 commit comments

Comments
 (0)