Skip to content

Commit 196b852

Browse files
committed
fix(actions): ubuntu image deprecated
1 parent 5a83377 commit 196b852

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/CD.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
jobs:
88
build-lin:
99
name: Linux Build
10-
runs-on: ubuntu-20.04
10+
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout
1313
uses: actions/checkout@v4

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ on:
1919
jobs:
2020
build-lin:
2121
name: Linux Build
22-
runs-on: ubuntu-20.04
22+
runs-on: latest
2323
steps:
2424
- name: Checkout
2525
uses: actions/checkout@v4

0 commit comments

Comments
 (0)