File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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 }}
You can’t perform that action at this time.
0 commit comments