fix(ci): pin ubuntu ci version

This commit is contained in:
justynboyer@gmail.com 2024-09-25 23:56:28 +01:00 committed by woodser
parent 1329902a55
commit 11c0f7613b

View File

@ -11,7 +11,7 @@ jobs:
build:
strategy:
matrix:
os: [ubuntu-latest, macos-13, windows-latest]
os: [ubuntu-22.04, macos-13, windows-latest]
fail-fast: false
runs-on: ${{ matrix.os }}
steps: