mirror of
https://code.forgejo.org/actions/setup-go.git
synced 2025-01-30 12:49:34 -05:00
spelling: macos
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
d4c9e7cb2c
commit
2c2977fbc8
1 changed files with 1 additions and 1 deletions
|
@ -143,7 +143,7 @@ describe('setup-go', () => {
|
||||||
expect(main.parseGoVersion(goVersionOutput)).toBe('1.16.6');
|
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.platform = 'darwin';
|
||||||
os.arch = 'x64';
|
os.arch = 'x64';
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue