We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 551005d commit 37efe7eCopy full SHA for 37efe7e
1 file changed
.github/workflows/meson.yml
@@ -12,9 +12,10 @@ env:
12
13
jobs:
14
build:
15
+ name: "Ubuntu 20.04"
16
# You can convert this to a matrix build if you need cross-platform coverage.
17
# See: https://docs.github.com/en/free-pro-team@latest/actions/learn-github-actions/managing-complex-workflows#using-a-build-matrix
- runs-on: ubuntu-latest
18
+ runs-on: ubuntu-20.04
19
20
steps:
21
- uses: actions/checkout@v3
0 commit comments