We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01f497b commit dbb234fCopy full SHA for dbb234f
.github/workflows/ci.yml
@@ -4,7 +4,7 @@ jobs:
4
build:
5
strategy:
6
matrix:
7
- os: [ubuntu-latest, macos-latest, windows-latest]
+ os: [ubuntu-22.04, macos-latest, windows-latest]
8
runs-on: ${{ matrix.os }}
9
steps:
10
- uses: actions/checkout@v4
0 commit comments