switch to more recent ubuntu version for CI

This commit is contained in:
Ryzerth
2020-12-23 20:09:08 +01:00
parent 77aacc2e5d
commit ff9a19381b
3 changed files with 7 additions and 9 deletions

View File

@ -5,8 +5,6 @@ on: [push]
env:
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
BUILD_TYPE: Release
CC: gcc-8
CXX: g++-8
jobs:
build:
@ -14,7 +12,7 @@ jobs:
# well on Windows or Mac. You can convert this to a matrix build if you need
# cross-platform coverage.
# See: https://docs.github.com/en/free-pro-team@latest/actions/learn-github-actions/managing-complex-workflows#using-a-build-matrix
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2