ci: add macos-latest to the cachix workflow

This commit is contained in:
musjj 2024-02-27 18:36:33 +07:00 committed by GitHub
parent 809af775bf
commit 94006d5f83
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
runs-on: [ubuntu-latest, macos-latest]
steps:
- name: Checkout sources
uses: actions/checkout@v4