disable macos build

This commit is contained in:
Tyler Mayoff 2025-09-02 20:59:14 -04:00
parent ef3780ef1b
commit 5a22b37d73

View file

@ -16,9 +16,9 @@ jobs:
- os: codeberg-tiny
hostname: wash
arch: x86_64-linux
- os: macos-latest
hostname: MAC-C57KK2TC69
arch: aarch64-darwin
# - os: macos-latest
# hostname: MAC-C57KK2TC69
# arch: aarch64-darwin
runs-on: ${{ matrix.os }}
continue-on-error: false
@ -26,11 +26,11 @@ jobs:
- uses: actions/checkout@v4
- name: install nix
uses: DeterminateSystems/determinate-nix-action@v3.5.2
uses: https://github.com/DeterminateSystems/determinate-nix-action@v3.5.2
with:
extra-conf: "lazy-trees = true"
- uses: DeterminateSystems/magic-nix-cache-action@main
- uses: https://github.com/DeterminateSystems/magic-nix-cache-action@main
with:
use-flakehub: false
@ -38,12 +38,12 @@ jobs:
if: runner.os == 'Linux'
uses: ./.github/actions/disk_space
- uses: cachix/cachix-action@v16
- uses: https://github.com/cachix/cachix-action@v16
with:
name: tmayoff
authToken: '${{ secrets.CACHIX_AUTH }}'
- uses: workflow/nix-shell-action@v3
- uses: https://github.com/workflow/nix-shell-action@v3
if: runner.os == 'Linux'
name: build nixos
with:
@ -51,7 +51,7 @@ jobs:
script: |
nh os build ./dot_config/flake#nixosConfigurations.${{matrix.hostname}} --no-nom -- --cores 1 -j1
- uses: workflow/nix-shell-action@v3
- uses: https://github.com/workflow/nix-shell-action@v3
if: runner.os == 'macOS'
name: build darwin
with: