Skip to content

Commit

Permalink
Merge pull request #1719 from talregev/TalR/python_tbb_ubuntu_22_04
Browse files Browse the repository at this point in the history
Ubuntu 22.04 for python tbb. hopefully will solve the hang problem.
  • Loading branch information
varunagrawal committed Feb 9, 2024
2 parents 448132a + 046a9f5 commit f724f30
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
name:
[
ubuntu-20.04-gcc-9,
ubuntu-20.04-gcc-9-tbb,
ubuntu-22.04-gcc-9-tbb,
ubuntu-20.04-clang-9,
macOS-11-xcode-13.4.1,
windows-2019-msbuild,
Expand All @@ -43,8 +43,8 @@ jobs:
compiler: gcc
version: "9"

- name: ubuntu-20.04-gcc-9-tbb
os: ubuntu-20.04
- name: ubuntu-22.04-gcc-9-tbb
os: ubuntu-22.04
compiler: gcc
version: "9"
flag: tbb
Expand Down

0 comments on commit f724f30

Please sign in to comment.