Skip to content

Commit 37efe7e

Browse files
authored
Set fixed ubuntu version and add name
1 parent 551005d commit 37efe7e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/meson.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,10 @@ env:
1212

1313
jobs:
1414
build:
15+
name: "Ubuntu 20.04"
1516
# You can convert this to a matrix build if you need cross-platform coverage.
1617
# See: https://docs.github.com/en/free-pro-team@latest/actions/learn-github-actions/managing-complex-workflows#using-a-build-matrix
17-
runs-on: ubuntu-latest
18+
runs-on: ubuntu-20.04
1819

1920
steps:
2021
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)