We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a83377 commit 196b852Copy full SHA for 196b852
.github/workflows/CD.yml
@@ -7,7 +7,7 @@ on:
7
jobs:
8
build-lin:
9
name: Linux Build
10
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-latest
11
steps:
12
- name: Checkout
13
uses: actions/checkout@v4
.github/workflows/CI.yml
@@ -19,7 +19,7 @@ on:
19
20
21
22
+ runs-on: latest
23
24
25
0 commit comments