Skip to content

Commit aea0eb1

Browse files
author
aehnh
committed
change test env to macos for autoappend support
1 parent b87a988 commit aea0eb1

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/deploy-playground-and-test.yml

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

1313
jobs:
1414
deploy:
15-
runs-on: ubuntu-24.04
15+
runs-on: macos-15
1616

1717
steps:
1818
- name: Checkout code
@@ -103,7 +103,7 @@ jobs:
103103
test:
104104
needs: deploy
105105
timeout-minutes: 60
106-
runs-on: ubuntu-latest
106+
runs-on: macos-latest
107107

108108
steps:
109109
- name: Checkout code

.github/workflows/test-all.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
jobs:
1313
test:
1414
timeout-minutes: 60
15-
runs-on: ubuntu-24.04
15+
runs-on: macos-15
1616
steps:
1717
- name: Checkout code
1818
uses: actions/checkout@v4

0 commit comments

Comments
 (0)