mirror of
https://github.com/hexedtech/codemp.git
synced 2024-11-22 15:24:48 +01:00
ci(lua): run on macos-latest
This commit is contained in:
parent
675a8091e2
commit
a7dc209ae3
2 changed files with 1 additions and 2 deletions
2
.github/workflows/lua.yml
vendored
2
.github/workflows/lua.yml
vendored
|
@ -43,7 +43,7 @@ jobs:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
platform:
|
platform:
|
||||||
- runner: macos-14
|
- runner: macos-latest
|
||||||
target: darwin-arm64
|
target: darwin-arm64
|
||||||
filename: codemp.dylib
|
filename: codemp.dylib
|
||||||
#- runner: macos-12
|
#- runner: macos-12
|
||||||
|
|
1
.github/workflows/rust.yml
vendored
1
.github/workflows/rust.yml
vendored
|
@ -4,7 +4,6 @@ on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- stable
|
- stable
|
||||||
- ci
|
|
||||||
|
|
||||||
env:
|
env:
|
||||||
CARGO_TERM_COLOR: always
|
CARGO_TERM_COLOR: always
|
||||||
|
|
Loading…
Reference in a new issue