Skip to content

Commit 1124525

Browse files
Modify CI config for Ubuntu 20.04 tests
1 parent e5140f1 commit 1124525

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ jobs:
2020
- os: ubuntu-22.04
2121
remove-unwind: fix-unwind
2222

23-
runs-on: ${{ matrix.os }}
23+
runs-on: ubuntu-latest
24+
container: ${{ matrix.os }}
2425

2526
steps:
2627
- uses: actions/checkout@v2
@@ -59,7 +60,8 @@ jobs:
5960
- os: ubuntu-22.04
6061
remove-unwind: fix-unwind
6162

62-
runs-on: ${{ matrix.os }}
63+
runs-on: ubuntu-latest
64+
container: ${{ matrix.os }}
6365

6466
steps:
6567
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)