mirror of
https://github.com/jcefmaven/jcefbuild.git
synced 2025-09-23 23:56: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:
|
||||
amd64:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: macos-11
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
-
|
||||
@ -22,7 +22,7 @@ jobs:
|
||||
name: macosx-amd64.tar.gz
|
||||
path: out/binary_distrib.tar.gz
|
||||
arm64:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: macos-11
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
-
|
||||
|
Loading…
Reference in New Issue
Block a user