Skip to content

Commit a1fa50f

Browse files
committed
* .github/workflows/moocore.yml: run on ubuntu-24.04-arm.
1 parent 15102f7 commit a1fa50f

1 file changed

Lines changed: 4 additions & 10 deletions

File tree

.github/workflows/moocore.yml

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff 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
@@ -47,8 +47,7 @@ jobs:
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
@@ -58,11 +57,6 @@ jobs:
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

0 commit comments

Comments
 (0)