mirror of
https://github.com/roswell/roswell.git
synced 2026-09-10 07:16:17 -04:00
try osx x86-64 build with macos-15-intel environment.
This commit is contained in:
parent
bb4af5fc0e
commit
b897695f19
2
.github/workflows/osx.yml
vendored
2
.github/workflows/osx.yml
vendored
|
|
@ -6,7 +6,7 @@ on:
|
|||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ${{ matrix.target == 'arm64' && 'macos-14' || 'macos-13' }}
|
||||
runs-on: ${{ matrix.target == 'arm64' && 'macos-14' || 'macos-15-intel' }}
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
|
|
|
|||
Loading…
Reference in a new issue