From b7bc75a83c69bc7364bb53e800151ad177f27e69 Mon Sep 17 00:00:00 2001 From: Anton Keks Date: Sat, 22 Jan 2022 16:39:37 +0200 Subject: [PATCH] specify build image versions and see if it builds --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6720da9b..903fb10b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -4,7 +4,7 @@ on: [push, pull_request] jobs: linux: - runs-on: ubuntu-latest + runs-on: ubuntu-20.04 steps: - uses: actions/checkout@v1 @@ -31,7 +31,7 @@ jobs: files: build/libs/* mac: - runs-on: macos-latest + runs-on: macos-11 steps: - uses: actions/checkout@v1 @@ -50,7 +50,7 @@ jobs: path: build/libs windows: - runs-on: windows-latest + runs-on: windows-2022 steps: - uses: actions/checkout@v1