This is an automated email from the ASF dual-hosted git repository. sebb pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-crypto.git
The following commit(s) were added to refs/heads/master by this push: new 99934ee1 Other macOS versions 99934ee1 is described below commit 99934ee11bfb845fe4e24f94d8960bf7b22bf0ac Author: Sebb <s...@apache.org> AuthorDate: Tue Jul 23 15:10:03 2024 +0100 Other macOS versions --- .github/workflows/adhoctest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/adhoctest.yml b/.github/workflows/adhoctest.yml index 9e517817..4d27f7aa 100644 --- a/.github/workflows/adhoctest.yml +++ b/.github/workflows/adhoctest.yml @@ -34,7 +34,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [macos-latest] + os: [macos-12,macos-13,macos-14] # os: [macos-11, macos-12, macos-13, ubuntu-20.04, ubuntu-22.04] fail-fast: false