Skip to content

Commit cc7fe4d

Browse files
authored
Update build to ubuntu 24.04 (#226)
fixed #225
1 parent a417a68 commit cc7fe4d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci-cd.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
strategy:
1919
matrix:
20-
os: [ubuntu-latest]
20+
os: [ubuntu-22.04]
2121
node: [20]
2222

2323
steps:
@@ -44,7 +44,7 @@ jobs:
4444

4545
strategy:
4646
matrix:
47-
os: [ubuntu-latest]
47+
os: [ubuntu-22.04]
4848
node: [20]
4949

5050
steps:
@@ -71,7 +71,7 @@ jobs:
7171

7272
strategy:
7373
matrix:
74-
os: [ubuntu-latest]
74+
os: [ubuntu-22.04]
7575
node: [20]
7676

7777
steps:

0 commit comments

Comments
 (0)