From 81943b138ca475c121fdd37630fade9ae16618cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Przemys=C5=82aw=20Czerpak?= Date: Fri, 24 Jan 2025 13:23:16 +0100 Subject: [PATCH] 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 --- .github/workflows/vm1-ci.yml | 10 +++++----- ChangeLog.txt | 4 ++++ 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.github/workflows/vm1-ci.yml b/.github/workflows/vm1-ci.yml index d4fec938c9..b8b81d1e54 100644 --- a/.github/workflows/vm1-ci.yml +++ b/.github/workflows/vm1-ci.yml @@ -13,11 +13,11 @@ jobs: matrix: os: - name: freebsd - version: "13.2" + version: "14.2" - name: netbsd - version: "9.3" + version: "10.1" - name: openbsd - version: "7.4" + version: "7.6" compiler: - clang - gcc @@ -78,7 +78,7 @@ jobs: chmod a+x ~/work/install_*_deps.sh - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ github.event.client_payload.branch }} @@ -150,7 +150,7 @@ jobs: - name: Build Harbour and contribs timeout-minutes: 30 - uses: cross-platform-actions/action@v0.21.1 + uses: cross-platform-actions/action@v0.26.0 with: operating_system: ${{ matrix.os.name }} architecture: x86_64 diff --git a/ChangeLog.txt b/ChangeLog.txt index a832499e03..c3e35f6d68 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -7,6 +7,10 @@ Entries may not always be in chronological/commit order. See license at the end of file. */ +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 + 2025-01-24 12:32 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) * contrib/hbwin/olecore.c * pacified false MSVC warning. It's very seldom situation that I'm adding