Pin to ubuntu v22.04 for linux release (#150)
This commit is contained in:
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
@@ -17,10 +17,10 @@ jobs:
|
|||||||
# which prevents the race.
|
# which prevents the race.
|
||||||
# max-parallel: 1
|
# max-parallel: 1
|
||||||
matrix:
|
matrix:
|
||||||
os:
|
os: [
|
||||||
[
|
|
||||||
{ name: "windows", image: "windows-latest" },
|
{ 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-intel", image: "macos-13" },
|
||||||
{ name: "macos", image: "macos-latest" },
|
{ name: "macos", image: "macos-latest" },
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user