mirror of
https://github.com/minetest/minetest.git
synced 2024-11-14 11:43:46 +01:00
Revert macOS workflow to run on x86 (#14937)
This commit is contained in:
parent
8ef2c42150
commit
f5a53647f9
5
.github/workflows/macos.yml
vendored
5
.github/workflows/macos.yml
vendored
@ -10,6 +10,7 @@ on:
|
||||
- 'src/**.cpp'
|
||||
- 'irr/**.[ch]'
|
||||
- 'irr/**.cpp'
|
||||
- 'irr/**.mm' # Objective-C(++)
|
||||
- '**/CMakeLists.txt'
|
||||
- 'cmake/Modules/**'
|
||||
- '.github/workflows/macos.yml'
|
||||
@ -28,7 +29,8 @@ on:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: macos-latest
|
||||
# use macOS 13 since it's the last one that still runs on x86
|
||||
runs-on: macos-13
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Install deps
|
||||
@ -58,6 +60,7 @@ jobs:
|
||||
- name: CPack
|
||||
run: |
|
||||
cd build
|
||||
rm -rf macos
|
||||
cmake .. -DINSTALL_DEVTEST=FALSE
|
||||
cpack -G ZIP -B macos
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user