From 828734774de4638130103c7dc79f7e2b842444ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Duval?= Date: Wed, 11 Dec 2024 14:14:25 +0100 Subject: [PATCH] build.yaml: remove r1beta4 --- .github/workflows/build.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 798e536..e2af953 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -13,8 +13,6 @@ 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' }