Skip to content

Commit 6e2192d

Browse files
committed
Update tests
1 parent 58b2358 commit 6e2192d

File tree

4 files changed

+3
-8
lines changed

4 files changed

+3
-8
lines changed

.github/workflows/main.yml

-5
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,10 @@ on:
99
paths:
1010
- '**.sh'
1111
- '.github/workflows/main.yml'
12-
- '.github/workflows/test_set_1.yml'
1312
- '.github/workflows/test_set_2.yml'
1413
- '.github/workflows/test_set_3.yml'
1514

1615
jobs:
17-
test_set_1:
18-
if: github.repository_owner == 'hwdsl2'
19-
uses: ./.github/workflows/test_set_1.yml
20-
2116
test_set_2:
2217
if: github.repository_owner == 'hwdsl2'
2318
uses: ./.github/workflows/test_set_2.yml

.github/workflows/test_set_1.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on: workflow_call
77

88
jobs:
99
test_set_1:
10-
runs-on: ubuntu-20.04
10+
runs-on: ubuntu-22.04
1111
if: github.repository_owner == 'hwdsl2'
1212
strategy:
1313
matrix:

.github/workflows/test_set_2.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on: workflow_call
77

88
jobs:
99
test_set_2:
10-
runs-on: ubuntu-20.04
10+
runs-on: ubuntu-22.04
1111
if: github.repository_owner == 'hwdsl2'
1212
strategy:
1313
matrix:

.github/workflows/test_set_3.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
if: github.repository_owner == 'hwdsl2'
1111
strategy:
1212
matrix:
13-
os: [ubuntu-22.04, ubuntu-20.04]
13+
os: [ubuntu-24.04, ubuntu-22.04, ubuntu-20.04]
1414
fail-fast: false
1515
runs-on: ${{ matrix.os }}
1616
steps:

0 commit comments

Comments
 (0)