Skip to content

Commit

Permalink
Upgrade to macOS 14
Browse files Browse the repository at this point in the history
  • Loading branch information
creasty committed May 18, 2024
1 parent e16fca0 commit c3fd8de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/provisioning.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
macos:
runs-on: macos-12 # https://github.com/actions/virtual-environments
runs-on: macos-14 # https://github.com/actions/virtual-environments
env:
HOMEBREW_VERBOSE: 1
DOTFILES_NOEDIT_SECRETS: 1
Expand All @@ -27,7 +27,7 @@ jobs:
- name: Link to home
run: ln -sf "$PWD" "$HOME/dotfiles"

# Refer to https://github.com/actions/runner-images/tree/main/images/macos/provision
# Refer to https://github.com/actions/runner-images/tree/main/images/macos
- name: Uninstall homebrew
run: |
set -euxo pipefail
Expand Down

0 comments on commit c3fd8de

Please sign in to comment.