Skip to content

Commit

Permalink
feat(github-action)!: Update dependency macos to v14
Browse files Browse the repository at this point in the history
| datasource     | package | from | to |
| -------------- | ------- | ---- | -- |
| github-runners | macos   | 12   | 14 |
  • Loading branch information
anthonyenr1quez-renovate[bot] committed Apr 21, 2024
1 parent d5bd88c commit 48d8e46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- run: nix build .#nixosConfigurations.mothership.config.system.build.toplevel

macos:
runs-on: macos-12
runs-on: macos-14
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cachix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- run: nix build .#nixosConfigurations.mothership.config.system.build.toplevel

macos:
runs-on: macos-12
runs-on: macos-14
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down

0 comments on commit 48d8e46

Please sign in to comment.