Skip to content

feat(github-action)!: Update dependency macos to v14 #150

feat(github-action)!: Update dependency macos to v14

feat(github-action)!: Update dependency macos to v14 #150

Workflow file for this run

name: Build
on:
workflow_dispatch:
pull_request:
branches:
- main
jobs:
linux:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install Nix
uses: cachix/install-nix-action@v26
with:
nix_path: nixpkgs=channel:nixos-unstable
- uses: DeterminateSystems/magic-nix-cache-action@main
- run: nix build .#nixosConfigurations.mothership.config.system.build.toplevel
macos:
runs-on: macos-14
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install Nix
uses: cachix/install-nix-action@v26
with:
nix_path: nixpkgs=channel:nixos-unstable
- uses: DeterminateSystems/magic-nix-cache-action@main
- run: nix build .#darwinConfigurations.drachenflieger.config.system.build.toplevel