mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-12-16 08:18:59 +00:00
ci: use macos-14-intel for building macos x86
macos-13 is unsupported. We Have to switch for payed instance. see https://github.com/actions/runner-images/issues/13046
This commit is contained in:
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
@@ -138,12 +138,7 @@ jobs:
|
|||||||
ARCH: x86_64
|
ARCH: x86_64
|
||||||
OS: macos
|
OS: macos
|
||||||
|
|
||||||
# macos-13 runs on x86 CPU. see
|
runs-on: macos-14-large
|
||||||
# https://github.com/actions/runner-images?tab=readme-ov-file
|
|
||||||
# If we want to build for macos-14 or superior, we need to switch to
|
|
||||||
# macos-14-large.
|
|
||||||
# No need for now, but maybe we will need it in the short term.
|
|
||||||
runs-on: macos-13
|
|
||||||
timeout-minutes: 15
|
timeout-minutes: 15
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
Reference in New Issue
Block a user