diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index b5b6a4a..7543015 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -4,7 +4,7 @@ on: [push, pull_request] jobs: linux-test: - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 strategy: matrix: compiler: @@ -19,7 +19,6 @@ jobs: - "3.10" - "3.9" - "3.8" - - "3.7" - "pypy-3.10" - "pypy-3.9" - "pypy-3.8" @@ -51,8 +50,8 @@ jobs: libsdl2-dev \ libz3-dev \ openjdk-11-jdk \ + pandoc \ pkgconf \ - sagemath \ texlive-fonts-extra \ texlive-lang-french \ texlive-science diff --git a/.github/workflows/mingw_linux.yml b/.github/workflows/mingw_linux.yml index b56271c..5767fc6 100644 --- a/.github/workflows/mingw_linux.yml +++ b/.github/workflows/mingw_linux.yml @@ -4,7 +4,7 @@ on: [push, pull_request] jobs: mingw-linux-test: - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 strategy: matrix: compiler: