Skip to content

Commit

Permalink
specify build image versions and see if it builds
Browse files Browse the repository at this point in the history
  • Loading branch information
angryziber committed Jan 22, 2022
1 parent 9be31b4 commit b7bc75a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [push, pull_request]

jobs:
linux:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04

steps:
- uses: actions/checkout@v1
Expand All @@ -31,7 +31,7 @@ jobs:
files: build/libs/*

mac:
runs-on: macos-latest
runs-on: macos-11

steps:
- uses: actions/checkout@v1
Expand All @@ -50,7 +50,7 @@ jobs:
path: build/libs

windows:
runs-on: windows-latest
runs-on: windows-2022

steps:
- uses: actions/checkout@v1
Expand Down

0 comments on commit b7bc75a

Please sign in to comment.