Skip to content

Commit

Permalink
bump macos runs on versions (#140)
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyEnr1quez authored Dec 23, 2024
1 parent edd5f2e commit 2dc359e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ jobs:
- run: nix build .#nixosConfigurations.mothership.config.system.build.toplevel

intel-macos:
runs-on: macos-12
# runs-on: macos-12 # drachenflieger is on this version but runner deprecated
runs-on: macos-13
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand All @@ -38,7 +39,7 @@ jobs:
- run: nix build .#darwinConfigurations.drachenflieger.config.system.build.toplevel

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

intel-macos:
runs-on: macos-12
# runs-on: macos-12 # drachenflieger is on this version but runner deprecated
runs-on: macos-13
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand All @@ -54,7 +55,7 @@ jobs:
- run: nix build .#darwinConfigurations.drachenflieger.config.system.build.toplevel

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

0 comments on commit 2dc359e

Please sign in to comment.