Skip to content

Commit 89a1703

Browse files
authored
build.yaml: switch to r1beta5
1 parent 6085a6f commit 89a1703

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ jobs:
1313
config:
1414
# The OS versions supported are specific to the version of the action
1515
# https://github.com/cross-platform-actions/action/blob/master/changelog.md
16-
- { os: haiku, version: 'r1beta4', runner: 'ubuntu-latest', architecture: 'x86-64' }
17-
- { os: haiku, version: 'r1beta4', runner: 'ubuntu-latest', architecture: 'x86' }
16+
- { os: haiku, version: 'r1beta5', runner: 'ubuntu-latest', architecture: 'x86-64' }
17+
- { os: haiku, version: 'r1beta5', runner: 'ubuntu-latest', architecture: 'x86' }
1818

1919
steps:
2020
- uses: actions/checkout@v4
2121

22-
- uses: korli/action@v0.23.0-haiku
22+
- uses: korli/action@v0.25.0-haiku1
2323
with:
2424
operating_system: ${{ matrix.config.os }}
2525
version: ${{ matrix.config.version }}

0 commit comments

Comments
 (0)