spelling: macos

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2025-01-02 15:38:07 -05:00
parent d4c9e7cb2c
commit 2c2977fbc8

View file

@ -143,7 +143,7 @@ describe('setup-go', () => {
expect(main.parseGoVersion(goVersionOutput)).toBe('1.16.6');
});
it('can find 1.9.7 from manifest on osx', async () => {
it('can find 1.9.7 from manifest on macOS', async () => {
os.platform = 'darwin';
os.arch = 'x64';