diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4d49645..e0d5796 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -7,7 +7,7 @@ jobs: fail-fast: false matrix: compiler: [ gcc, clang ] - version: [ 1.10.3, 1.11.13, 1.12.1, 1.13.5, 1.19.6 ] + version: [ 1.19.10, 1.20.2, 1.21.4 ] steps: - name: Install carton run: sudo apt install carton