From 9edbca6fa6406fb8ac1724c34936f8a04a135373 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Duval?= Date: Wed, 11 Dec 2024 13:49:06 +0100 Subject: [PATCH] build.yaml: switch to r1beta5 --- .github/workflows/build.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 400f259..9697d08 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -13,13 +13,13 @@ jobs: config: # The OS versions supported are specific to the version of the action # https://github.com/cross-platform-actions/action/blob/master/changelog.md - - { os: haiku, version: 'r1beta4', runner: 'ubuntu-latest', architecture: 'x86-64' } - - { os: haiku, version: 'r1beta4', runner: 'ubuntu-latest', architecture: 'x86' } + - { os: haiku, version: 'r1beta5', runner: 'ubuntu-latest', architecture: 'x86-64' } + - { os: haiku, version: 'r1beta5', runner: 'ubuntu-latest', architecture: 'x86' } steps: - uses: actions/checkout@v4 - - uses: korli/action@v0.23.0-haiku + - uses: korli/action@v0.25.0-haiku1 with: operating_system: ${{ matrix.config.os }} version: ${{ matrix.config.version }}