Pin to ubuntu v22.04 for linux release (#150)

This commit is contained in:
Will Chen
2025-05-12 23:34:03 -07:00
committed by GitHub
parent 1f16faf3ab
commit 6b4620ca98

View File

@@ -17,10 +17,10 @@ jobs:
# which prevents the race.
# max-parallel: 1
matrix:
os:
[
os: [
{ name: "windows", image: "windows-latest" },
{ name: "linux", image: "ubuntu-latest" },
# See https://github.com/dyad-sh/dyad/issues/96
{ name: "linux", image: "ubuntu-22.04" },
{ name: "macos-intel", image: "macos-13" },
{ name: "macos", image: "macos-latest" },
]