From c3fd8de62c6266f3460acdfa5d27bb72b153fd3d Mon Sep 17 00:00:00 2001 From: Yuki Iwanaga Date: Sat, 18 May 2024 17:03:30 +0900 Subject: [PATCH] Upgrade to macOS 14 --- .github/workflows/provisioning.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/provisioning.yml b/.github/workflows/provisioning.yml index e8bb1ef8..1b60b371 100644 --- a/.github/workflows/provisioning.yml +++ b/.github/workflows/provisioning.yml @@ -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 @@ -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