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 32b6cd0 commit 5f3c2a5Copy full SHA for 5f3c2a5
.github/workflows/maven.yml
@@ -34,7 +34,7 @@ jobs:
34
config:
35
- { name: Linux, os: ubuntu-latest, native: gtk.linux.x86_64 }
36
- { name: Windows, os: windows-latest, native: win32.win32.x86_64 }
37
- - { name: MacOS x86, os: macos-13, native: cocoa.macosx.x86_64 }
+ - { name: MacOS x86, os: macos-15-intel, native: cocoa.macosx.x86_64 }
38
- { name: MacOS ARM, os: macos-latest, native: cocoa.macosx.aarch64 }
39
name: Verify ${{ matrix.config.name }} with Java-${{ matrix.java }}
40
runs-on: ${{ matrix.config.os }}
0 commit comments