Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
hwdsl2 committed Jun 17, 2024
1 parent f4b053d commit 3a004d2
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,10 @@ on:
paths:
- '**.sh'
- '.github/workflows/main.yml'
- '.github/workflows/test_set_1.yml'
- '.github/workflows/test_set_2.yml'
- '.github/workflows/test_set_3.yml'

jobs:
test_set_1:
if: github.repository_owner == 'hwdsl2'
uses: ./.github/workflows/test_set_1.yml

test_set_2:
if: github.repository_owner == 'hwdsl2'
uses: ./.github/workflows/test_set_2.yml
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_set_1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on: workflow_call

jobs:
test_set_1:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
if: github.repository_owner == 'hwdsl2'
strategy:
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_set_2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on: workflow_call

jobs:
test_set_2:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
if: github.repository_owner == 'hwdsl2'
strategy:
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_set_3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
if: github.repository_owner == 'hwdsl2'
strategy:
matrix:
os: [ubuntu-22.04, ubuntu-20.04]
os: [ubuntu-24.04, ubuntu-22.04, ubuntu-20.04]
fail-fast: false
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit 3a004d2

Please sign in to comment.