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 cb33f74 commit aac464cCopy full SHA for aac464c
.github/workflows/package.yml
@@ -27,7 +27,7 @@ jobs:
27
matrix:
28
target:
29
- { os: macos, runs-on: "macos-latest", target: aarch64-apple-darwin }
30
- - { os: macos, runs-on: "macos-13", target: x86_64-apple-darwin }
+ - { os: macos, runs-on: "macos-15-intel", target: x86_64-apple-darwin }
31
- { os: ubuntu, runs-on: "ubuntu-latest", target: aarch64-unknown-linux-gnu }
32
- { os: ubuntu, runs-on: "ubuntu-latest", target: x86_64-unknown-linux-gnu }
33
steps:
0 commit comments