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
This commit is contained in:
Przemysław Czerpak
2025-01-24 13:23:16 +01:00
parent bf146ab5ee
commit 81943b138c
2 changed files with 9 additions and 5 deletions

View File

@@ -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

View File

@@ -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