mirror of
https://github.com/jcefmaven/jcefbuild.git
synced 2025-09-25 00:16:37 +08:00
Change to macos
This commit is contained in:
parent
d4d3a96a22
commit
aa247cd98b
4
.github/workflows/build-macosx.yml
vendored
4
.github/workflows/build-macosx.yml
vendored
@ -7,7 +7,7 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
amd64:
|
amd64:
|
||||||
runs-on: ubuntu-latest
|
runs-on: macos-11
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
-
|
-
|
||||||
@ -22,7 +22,7 @@ jobs:
|
|||||||
name: macosx-amd64.tar.gz
|
name: macosx-amd64.tar.gz
|
||||||
path: out/binary_distrib.tar.gz
|
path: out/binary_distrib.tar.gz
|
||||||
arm64:
|
arm64:
|
||||||
runs-on: ubuntu-latest
|
runs-on: macos-11
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
-
|
-
|
||||||
|
Loading…
Reference in New Issue
Block a user