Skip to content

Commit

Permalink
try macos-14
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianHicks committed Apr 19, 2024
1 parent 310acf6 commit a73bd9f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Expand Up @@ -6,11 +6,12 @@ on:
jobs:
build-dotfiles:
name: Build
runs-on: macos-latest
runs-on: macos-14
steps:
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@main
- run: |
nix build nixpkgs#hello --system aarch64-darwin
file ./result/bin/hello
./result/bin/hello
# - run: nix build .#homeConfigurations.brianhicks.activationPackage --system aarch64-darwin

0 comments on commit a73bd9f

Please sign in to comment.