File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -30,10 +30,10 @@ jobs:
3030 matrix :
3131 os : [ ubuntu-24.04 ]
3232 cc : [ gcc-12, gcc-13, gcc-14, clang-18 ]
33- python-version : ['3.10']
3433 include :
35- - { os: ubuntu-22.04, cc: gcc-10, python-version: '3.10' }
36- - { os: ubuntu-22.04, cc: gcc-11, python-version: '3.10' }
34+ - { os: ubuntu-22.04, cc: gcc-10 }
35+ - { os: ubuntu-22.04, cc: gcc-11 }
36+ - { os: ubuntu-24.04-arm, cc: gcc-12 }
3737 # FIXME: needs
3838 # * brew install xz
3939 # * fix options only available in GNU diff
4747 uses : actions/checkout@v5
4848 with :
4949 repository : multi-objective/moocore
50- sparse-checkout : |
51- c
50+ sparse-checkout : c
5251
5352 - name : Checkout testsuite
5453 uses : actions/checkout@v5
5857 - run : ${{ matrix.cc }} -v
5958 shell : bash
6059
61- - name : Set up Python ${{ matrix.python-version }}
62- uses : actions/setup-python@v6
63- with :
64- python-version : ${{ matrix.python-version }}
65-
6660 - name : Install dependencies
6761 run : |
6862 python3 -m venv env
You can’t perform that action at this time.
0 commit comments