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 d3ba98d commit edfd33bCopy full SHA for edfd33b
.github/workflows/mavenBuild.yml
@@ -45,7 +45,7 @@ jobs:
45
config:
46
- { name: Linux, os: ubuntu-latest }
47
- { name: Windows, os: windows-latest }
48
- - { name: MacOS, os: macos-13 }
+ - { name: MacOS, os: macos-14 }
49
defaults:
50
run: # Run on bash/cmd, because powershell (the Windows default) interprets dots in arguments differently
51
shell: ${{ matrix.config.name == 'Windows' && 'cmd' || 'bash' }}
0 commit comments