Skip to content

Commit edfd33b

Browse files
committed
Switch mavenBuild GHA to MacOS 14
MacOS 13 is being phased out as per actions/runner-images#13046
1 parent d3ba98d commit edfd33b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/mavenBuild.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
config:
4646
- { name: Linux, os: ubuntu-latest }
4747
- { name: Windows, os: windows-latest }
48-
- { name: MacOS, os: macos-13 }
48+
- { name: MacOS, os: macos-14 }
4949
defaults:
5050
run: # Run on bash/cmd, because powershell (the Windows default) interprets dots in arguments differently
5151
shell: ${{ matrix.config.name == 'Windows' && 'cmd' || 'bash' }}

0 commit comments

Comments
 (0)