Changeset 19157 in josm


Ignore:
Timestamp:
2024-07-29T20:21:30+02:00 (3 months ago)
Author:
taylor.smock
Message:

Fix #23600: Replace macos-14 with macos-latest in GitHub actions for building mac release files

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.github/workflows/ant.yml

    r19072 r19157  
    7070        # test against latest update of each major Java version, as well as specific updates of LTS versions:
    7171        java: [11, 17, 21, 22]
    72         os: [ubuntu-latest, macos-14, windows-latest]
     72        os: [ubuntu-latest, macos-latest, windows-latest]
    7373    name: Java ${{ matrix.java }} on ${{ matrix.os }}
    7474    steps:
Note: See TracChangeset for help on using the changeset viewer.