ci: try the new Apple silicon macOS larger runner for cachix

This commit is contained in:
musjj 2024-02-27 18:41:45 +07:00 committed by GitHub
parent 94006d5f83
commit 8752f0c003
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -8,7 +8,7 @@ on:
jobs:
publish:
name: Publish Flake
runs-on: [ubuntu-latest, macos-latest]
runs-on: [ubuntu-latest, macos-latest-xlarge]
steps:
- name: Checkout sources
uses: actions/checkout@v4