commit f1b98f59
Use old supported Ubuntu LTS version instead of Fedora
I would prefer having the CI compile on a different version but Fedora is too unstable
Changed files
| M | .github/workflows/main.yml before |
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 129540c..4e39418 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@v2
- name: Check lint
run: bash source/misc/lint/runLint.sh
- - name: Test Fedora 29
- run: docker build -f source/misc/docker/Dockerfile.Fedora29build . -t blockattack_test
+ - name: Test Ubuntu
+ run: docker build -f source/misc/docker/Dockerfile.Ubuntu20.04build . -t blockattack_test
- name: Test Windows MXE
run: docker build -f source/misc/docker/Dockerfile.WindoesBuild . -t blockattack_test