From 720831107456a2067d6bf17593af3f36c98d936d Mon Sep 17 00:00:00 2001 From: Konstantin Vyatkin Date: Sun, 3 Nov 2019 23:46:11 -0400 Subject: [PATCH] fix platform name --- .github/workflows/browsers.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/browsers.yml b/.github/workflows/browsers.yml index 1e9defb..b284e42 100644 --- a/.github/workflows/browsers.yml +++ b/.github/workflows/browsers.yml @@ -24,9 +24,9 @@ jobs: - os: windows-latest browser: safari # On macOS, run tests with only on safari - - os: macOS-10.14 + - os: macOS-latest browser: ie - - os: macOS-10.14 + - os: macOS-latest browser: chrome runs-on: ${{ matrix.os }}