Add macos-13 as a builder for release
This commit is contained in:
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
@@ -18,8 +18,9 @@ jobs:
|
||||
matrix:
|
||||
os: [
|
||||
# { name: "linux", image: "ubuntu-latest" },
|
||||
{ name: "windows", image: "windows-latest" },
|
||||
{ name: "macos-intel", image: "macos-13" },
|
||||
{ name: "macos", image: "macos-latest" },
|
||||
{ name: "windows", image: "windows-latest" },
|
||||
]
|
||||
runs-on: ${{ matrix.os.image }}
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user