We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4724701 commit b366292Copy full SHA for b366292
.github/workflows/release.yml
@@ -22,8 +22,8 @@ jobs:
22
os:
23
- { name: "windows", image: "windows-2022" }
24
- { name: "linux", image: "ubuntu-22.04" }
25
- - { name: "macos-intel", image: "macos-13" }
26
- - { name: "macos", image: "macos-13" }
+ - { name: "macos-intel", image: "macos-15-intel" }
+ - { name: "macos", image: "macos-latest" }
27
runs-on: ${{ matrix.os.image }}
28
env:
29
CI: true
0 commit comments