Skip to content

Commit 046a9f5

Browse files
committed
Ubuntu 22.04 for python tbb. hopefully will solve the hang problem.
1 parent 448132a commit 046a9f5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-python.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
name:
3030
[
3131
ubuntu-20.04-gcc-9,
32-
ubuntu-20.04-gcc-9-tbb,
32+
ubuntu-22.04-gcc-9-tbb,
3333
ubuntu-20.04-clang-9,
3434
macOS-11-xcode-13.4.1,
3535
windows-2019-msbuild,
@@ -43,8 +43,8 @@ jobs:
4343
compiler: gcc
4444
version: "9"
4545

46-
- name: ubuntu-20.04-gcc-9-tbb
47-
os: ubuntu-20.04
46+
- name: ubuntu-22.04-gcc-9-tbb
47+
os: ubuntu-22.04
4848
compiler: gcc
4949
version: "9"
5050
flag: tbb

0 commit comments

Comments
 (0)