We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a69b37e commit c60db55Copy full SHA for c60db55
1 file changed
.github/workflows/build-jcef.yml
@@ -65,10 +65,14 @@ jobs:
65
if-no-files-found: error
66
67
java-cef-macos:
68
- runs-on: [macos-13]
+ runs-on: ${{ matrix.runner }}
69
strategy:
70
matrix:
71
- platform: [amd64, arm64]
+ include:
72
+ - platform: amd64
73
+ runner: macos-15-intel
74
+ - platform: arm64
75
+ runner: macos-latest
76
steps:
77
- uses: actions/checkout@v4
78
- name: Set up Python 3.9
0 commit comments