From 0056f95aa9b0e12a39af22426f98d9692a947fc1 Mon Sep 17 00:00:00 2001 From: Max Leske Date: Sat, 18 May 2024 07:34:00 +0200 Subject: [PATCH] chore: add build for Pharo 13 --- .../workflows/{pharo-12.0.yaml => pharo-13.0.yaml} | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) rename .github/workflows/{pharo-12.0.yaml => pharo-13.0.yaml} (76%) diff --git a/.github/workflows/pharo-12.0.yaml b/.github/workflows/pharo-13.0.yaml similarity index 76% rename from .github/workflows/pharo-12.0.yaml rename to .github/workflows/pharo-13.0.yaml index e8ebeab..936dab4 100644 --- a/.github/workflows/pharo-12.0.yaml +++ b/.github/workflows/pharo-13.0.yaml @@ -1,24 +1,24 @@ -name: Build Pharo 12.0 +name: Build Pharo 13.0 on: push: branches: - - Pharo12 + - Pharo13 pull_request_target: branches: - - Pharo12 + - Pharo13 schedule: # Minute [0,59] # Hour [0,23] # Day of the month [1,31] # Month of the year [1,12] # Day of the week ([0,6] with 0=Sunday) - - cron: '17 4 * * 6' + - cron: '37 4 * * 6' workflow_dispatch: jobs: build: - name: Build Pharo 12.0 + name: Build Pharo 13.0 uses: theseion/fuel/.github/workflows/base.yaml@master with: build_targets: '["Pharo64-alpha"]' configs: '[".default.ston", ".tests.ston"]' - branch: Pharo12 \ No newline at end of file + branch: Pharo13 \ No newline at end of file