Skip to content

Commit

Permalink
Use ubuntu-18.04 as build OS for linux
Browse files Browse the repository at this point in the history
Signed-off-by: falkTX <[email protected]>
  • Loading branch information
falkTX committed Dec 7, 2023
1 parent dd29a59 commit 4e71282
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: build
on: [push, pull_request]

env:
CACHE_VERSION_LINUX: 3
CACHE_VERSION_LINUX: 4
CACHE_VERSION_MACOS: 3
CACHE_VERSION_WIN64: 3
DEBIAN_FRONTEND: noninteractive
Expand All @@ -13,9 +13,7 @@ jobs:
linux-x86_64:
runs-on: ubuntu-latest
container:
# FIXME ubuntu:18.04 needs CMake 3.15
# FIXME ubuntu:20.04 needs meson 0.58
image: ubuntu:22.04
image: ubuntu:18.04
steps:
- run: apt-get update -qq && apt-get install -yqq git
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion src/PawPaw

0 comments on commit 4e71282

Please sign in to comment.