diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 6d40dd9..cf3ec76 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 }}