Skip to content

Commit 5f3c2a5

Browse files
committed
Switch MacOS to 15
As per actions/runner-images#13046 .
1 parent 32b6cd0 commit 5f3c2a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
config:
3535
- { name: Linux, os: ubuntu-latest, native: gtk.linux.x86_64 }
3636
- { name: Windows, os: windows-latest, native: win32.win32.x86_64 }
37-
- { name: MacOS x86, os: macos-13, native: cocoa.macosx.x86_64 }
37+
- { name: MacOS x86, os: macos-15-intel, native: cocoa.macosx.x86_64 }
3838
- { name: MacOS ARM, os: macos-latest, native: cocoa.macosx.aarch64 }
3939
name: Verify ${{ matrix.config.name }} with Java-${{ matrix.java }}
4040
runs-on: ${{ matrix.config.os }}

0 commit comments

Comments
 (0)