Skip to content

Commit e3b2016

Browse files
authored
Merge pull request #9 from st-tech/update/ubuntu-version
update ubuntu version
2 parents 04fd1e8 + df5b9df commit e3b2016

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ permissions:
1515

1616
jobs:
1717
check-lint:
18-
runs-on: ubuntu-20.04
18+
runs-on: ubuntu-24.04
1919
steps:
2020
- uses: actions/checkout@v3
2121

@@ -35,7 +35,7 @@ jobs:
3535
args: --timeout=10m
3636

3737
check-test:
38-
runs-on: ubuntu-20.04
38+
runs-on: ubuntu-24.04
3939
steps:
4040
- uses: actions/checkout@v3
4141

0 commit comments

Comments
 (0)