ci: Use macos-arm64 for ci
Some checks failed
Test / build (push) Failing after 8s

This commit is contained in:
Kalle Carlbark 2025-01-19 19:26:52 +01:00
parent 8cfb7db233
commit b33ae975ab

View file

@ -2,7 +2,7 @@ on: [push, pull_request]
name: Test
jobs:
build:
runs-on: docker
runs-on: macos-arm64
steps:
- name: Checkout code
uses: actions/checkout@v4