ci: check: use correct x86_64-darwin runner
This commit is contained in:
parent
cbb9010d16
commit
22d291b0a5
1 changed files with 1 additions and 1 deletions
2
.github/workflows/check.yml
vendored
2
.github/workflows/check.yml
vendored
|
|
@ -27,7 +27,7 @@ jobs:
|
|||
- name: x86_64-linux
|
||||
runs-on: ubuntu-24.04
|
||||
- name: x86_64-darwin
|
||||
runs-on: macos-15
|
||||
runs-on: macos-15-intel
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v5
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue