fix: update workflow runs-on to match runner labels

This commit is contained in:
Warren
2026-05-16 16:05:39 +08:00
parent 7757827ece
commit e51728aa35

View File

@@ -6,7 +6,7 @@ on:
jobs:
test:
runs-on: macos-latest:host
runs-on: macos-arm64
steps:
- name: Checkout
uses: actions/checkout@v3
@@ -43,7 +43,7 @@ jobs:
run: rm -f data/users/test_*.sqlite
build:
runs-on: macos-latest:host
runs-on: macos-arm64
steps:
- name: Checkout
uses: actions/checkout@v3