From db30c519dc44b1826fe4052ccd5872a33f996e9b Mon Sep 17 00:00:00 2001 From: Bastien Dumont <32489032+bastiendmt@users.noreply.github.com> Date: Thu, 2 Apr 2026 17:11:38 +0200 Subject: [PATCH] Fix Xcode versions link in README Updated the link to the runner-images repository for Xcode versions. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ee3817e..49c65e5 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # setup-xcode This action is intended to switch between pre-installed versions of Xcode for macOS images in GitHub Actions. -The list of all available versions can be found in [runner-images](https://github.com/actions/runner-images/blob/master/images/macos/macos-13-Readme.md#xcode) repository. +The list of all available versions can be found in [runner-images](https://github.com/actions/runner-images/blob/master/images/macos/macos-26-Readme.md#xcode) repository. # Available parameters | Argument | Description | Format |