diff --git a/.github/workflows/vm1-ci.yml b/.github/workflows/vm1-ci.yml index b8b81d1e54..45148b015d 100644 --- a/.github/workflows/vm1-ci.yml +++ b/.github/workflows/vm1-ci.yml @@ -6,7 +6,7 @@ on: jobs: vm1-ci: - runs-on: macos-latest + runs-on: ubuntu-latest strategy: fail-fast: false diff --git a/ChangeLog.txt b/ChangeLog.txt index c3e35f6d68..aa6f9e40de 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -7,6 +7,11 @@ Entries may not always be in chronological/commit order. See license at the end of file. */ +2025-01-24 13:28 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) + * .github/workflows/vm1-ci.yml + * switched the runner from macos-latest to ubuntu-latest + Support for macOS runners has been deprecated. + 2025-01-24 13:23 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) * .github/workflows/vm1-ci.yml * updated to recent cross-platform-actions releae