Skip to content

Commit

Permalink
Fix #23600: Replace macos-14 with macos-latest in GitHub actions …
Browse files Browse the repository at this point in the history
…for building mac release files

GitHub `macos-latest` is now equivalent to `macos-14`.

git-svn-id: https://josm.openstreetmap.de/svn/trunk@19157 0c6e7542-c601-0410-84e7-c038aed88b3b
  • Loading branch information
taylor.smock committed Jul 29, 2024
1 parent aa06624 commit 13a0670
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
matrix:
# test against latest update of each major Java version, as well as specific updates of LTS versions:
java: [11, 17, 21, 22]
os: [ubuntu-latest, macos-14, windows-latest]
os: [ubuntu-latest, macos-latest, windows-latest]
name: Java ${{ matrix.java }} on ${{ matrix.os }}
steps:
- name: Checkout
Expand Down

0 comments on commit 13a0670

Please sign in to comment.