Skip to content

Commit

Permalink
[workflows] Adjust matrix version
Browse files Browse the repository at this point in the history
  • Loading branch information
kabeor committed Jun 23, 2023
1 parent e445f4f commit 1c5f398
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/CITest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,16 +43,16 @@ jobs:
arch: x64,
python-arch: x64,
python-version: '3.9',
build-system: 'cmake',
}
build-system: 'make',
}
- {
name: 'ubuntu-22.04 x64 python3.11 make',
name: 'ubuntu-22.04 x64 python3.9 cmake',
os: ubuntu-22.04,
arch: x64,
python-arch: x64,
python-version: '3.11',
build-system: 'make',
}
python-version: '3.9',
build-system: 'cmake',
}
- {
name: 'ubuntu-22.04 x64 python3.11 cmake',
os: ubuntu-22.04,
Expand Down

0 comments on commit 1c5f398

Please sign in to comment.