mirror of
https://github.com/vsariola/sointu.git
synced 2025-05-25 18:00:37 -04:00
build: use macos-13 runners, as macos-12 is deprecated
This commit is contained in:
parent
ee229d8d94
commit
dd7b5ddc84
6
.github/workflows/binaries.yml
vendored
6
.github/workflows/binaries.yml
vendored
@ -94,18 +94,18 @@ jobs:
|
||||
asmnasm: /Users/runner/nasm/nasm
|
||||
output: sointu-compile
|
||||
params: cmd/sointu-compile/main.go
|
||||
- os: macos-12 # this is intel still
|
||||
- os: macos-13
|
||||
asmnasm: /Users/runner/nasm/nasm
|
||||
output: sointu-track-native
|
||||
params: -tags=native cmd/sointu-track/main.go
|
||||
- os: macos-12 # this is intel still
|
||||
- os: macos-13
|
||||
asmnasm: /Users/runner/nasm/nasm
|
||||
output: sointu-vsti.a
|
||||
bundleoutput: sointu-vsti
|
||||
MACOSX_DEPLOYMENT_TARGET: 11
|
||||
params: -buildmode=c-archive -tags=plugin ./cmd/sointu-vsti/
|
||||
bundle: true
|
||||
- os: macos-12 # this is intel still
|
||||
- os: macos-13
|
||||
asmnasm: /Users/runner/nasm/nasm
|
||||
output: sointu-vsti-native.a
|
||||
bundleoutput: sointu-vsti-native
|
||||
|
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@ -25,7 +25,7 @@ jobs:
|
||||
asmnasm: C:\Users\runneradmin\nasm\nasm
|
||||
gotests: yes
|
||||
cgo_ldflags:
|
||||
- os: macos-12 # this is intel still
|
||||
- os: macos-13
|
||||
asmnasm: /Users/runner/nasm/nasm
|
||||
gotests: yes
|
||||
cgo_ldflags: # -Wl,-no_pie
|
||||
|
Loading…
Reference in New Issue
Block a user