diff options
author | withmorten <morten.with@gmail.com> | 2021-06-25 02:32:41 +0200 |
---|---|---|
committer | withmorten <morten.with@gmail.com> | 2021-06-25 02:32:41 +0200 |
commit | a83ecc123dea8090eb158825eafb262c14bfb46e (patch) | |
tree | 93e8d418c3f5f3184669ef9bff234c7967934439 /.github | |
parent | Refactor CTimer::Update (diff) | |
download | re3-a83ecc123dea8090eb158825eafb262c14bfb46e.tar re3-a83ecc123dea8090eb158825eafb262c14bfb46e.tar.gz re3-a83ecc123dea8090eb158825eafb262c14bfb46e.tar.bz2 re3-a83ecc123dea8090eb158825eafb262c14bfb46e.tar.lz re3-a83ecc123dea8090eb158825eafb262c14bfb46e.tar.xz re3-a83ecc123dea8090eb158825eafb262c14bfb46e.tar.zst re3-a83ecc123dea8090eb158825eafb262c14bfb46e.zip |
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build-cmake-conan.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build-cmake-conan.yml b/.github/workflows/build-cmake-conan.yml index 76359106..d8636175 100644 --- a/.github/workflows/build-cmake-conan.yml +++ b/.github/workflows/build-cmake-conan.yml @@ -23,7 +23,7 @@ jobs: # - os: 'windows-latest' # platform: 'd3d9' # audio: 'miles' - - os: 'ubuntu-latest' + - os: 'ubuntu-18.04' platform: 'gl3' gl3_gfxlib: 'glfw' audio: 'openal' |