mirror of
git://repo.or.cz/tinycc.git
synced 2026-07-09 21:08:41 +08:00
Use macos 15 in build.yml
This commit is contained in:
parent
8569427459
commit
f3de8b5307
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -14,7 +14,7 @@ jobs:
|
|||||||
run: ./configure && make && make test -k
|
run: ./configure && make && make test -k
|
||||||
|
|
||||||
test-x86_64-osx:
|
test-x86_64-osx:
|
||||||
runs-on: macos-13
|
runs-on: macos-15-intel
|
||||||
timeout-minutes: 2
|
timeout-minutes: 2
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
|
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
|
||||||
@ -22,7 +22,7 @@ jobs:
|
|||||||
run: ./configure && make && make test -k
|
run: ./configure && make && make test -k
|
||||||
|
|
||||||
test-aarch64-osx:
|
test-aarch64-osx:
|
||||||
runs-on: macos-14
|
runs-on: macos-15
|
||||||
timeout-minutes: 2
|
timeout-minutes: 2
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
|
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user