From d4991164cf88ac7c3913ad4055ffd55e23bf86ef Mon Sep 17 00:00:00 2001 From: Alexander Medvednikov Date: Sat, 15 Feb 2020 20:18:50 +0100 Subject: [PATCH] fix ci --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1012f8c4cb..d1fd893688 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -150,7 +150,7 @@ jobs: macos-prebuilt: - runs-on: macos-latest + runs-on: macOS-latest steps: - name: Install dependencies run: | @@ -162,7 +162,7 @@ jobs: run: ./v examples/hello_world.v && examples/hello_world #&& ./v -silent build-examples windows-prebuilt: - runs-on: windows + runs-on: windows-2019 steps: - name: Download V shell: bash @@ -208,7 +208,7 @@ jobs: run: docker build . -f Dockerfile.cross windows-gcc: - runs-on: windows + runs-on: windows-2019 env: VFLAGS: -cc gcc steps: @@ -231,7 +231,7 @@ jobs: run: ./v -silent build-vbinaries windows-msvc: - runs-on: windows + runs-on: windows-2019 env: VFLAGS: -cc msvc steps: