workflows/pkg-installer: fix filename.

This intermediate state got missed during a previous refactoring PR.
This commit is contained in:
Mike McQuaid 2023-10-04 15:34:04 +01:00
parent f61e4ee872
commit 9ee15e02a3
No known key found for this signature in database
GPG Key ID: 3338A31AFDB1D829
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ on:
tags-ignore:
- '**'
paths:
- .github/workflows/installer-package.yml
- .github/workflows/pkg-installer.yml
- package/**/*
release:
types:

View File

@ -510,7 +510,7 @@ esac
HOMEBREW_MACOS_NEWEST_UNSUPPORTED="15"
# TODO: bump version when new macOS is released and update references in:
# - docs/Installation.md
# - HOMEBREW_MACOS_OLDEST_SUPPORTED in .github/workflows/installer-package.yml
# - HOMEBREW_MACOS_OLDEST_SUPPORTED in .github/workflows/pkg-installer.yml
# - `os-version min` in package/Distribution.xml
# - https://github.com/Homebrew/install/blob/HEAD/install.sh
HOMEBREW_MACOS_OLDEST_SUPPORTED="12"