We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2a9c27 commit 120a338Copy full SHA for 120a338
.github/workflows/ci.yml
@@ -5,7 +5,7 @@ on: [push, pull_request]
5
jobs:
6
linux:
7
name: Linux
8
- runs-on: ubuntu-latest
+ runs-on: ubuntu-22.04
9
steps:
10
- uses: actions/checkout@v3
11
with:
0 commit comments