We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2456c20 commit f7bc9b2Copy full SHA for f7bc9b2
.github/workflows/build-test.yml
@@ -27,7 +27,7 @@ concurrency:
27
jobs:
28
build:
29
name: Build
30
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-latest
31
steps:
32
- uses: actions/checkout@v4
33
- name: Build
.github/workflows/check-style.yml
@@ -7,7 +7,7 @@ on:
7
8
check-style:
9
name: Check Style
10
11
12
13
- name: Check Style
0 commit comments