diff --git a/.github/workflows/pelusica.yml b/.github/workflows/pelusica.yml index 25eb18a..075596d 100644 --- a/.github/workflows/pelusica.yml +++ b/.github/workflows/pelusica.yml @@ -11,7 +11,7 @@ on: jobs: Web: - runs-on: ubuntu-22.04 + runs-on: ubuntu-20.04 steps: - uses: actions/checkout@v3 @@ -19,7 +19,7 @@ jobs: - name: Build run: | set -x - curl -L -o calm.tgz https://github.com/VitoVan/calm/releases/download/1.0.1/calm.tgz + curl -L -o calm.tgz https://github.com/VitoVan/calm/releases/download/1.3.1/calm.tgz mkdir calm tar xvf calm.tgz ls -lah calm @@ -37,7 +37,7 @@ jobs: files: | *-web.zip Linux: - runs-on: ubuntu-22.04 + runs-on: ubuntu-20.04 steps: - uses: actions/checkout@v3 @@ -45,7 +45,7 @@ jobs: - name: Build run: | set -x - curl -L -o calm.tgz https://github.com/VitoVan/calm/releases/download/1.0.1/calm.tgz + curl -L -o calm.tgz https://github.com/VitoVan/calm/releases/download/1.3.1/calm.tgz mkdir calm tar xvf calm.tgz ls -lah calm @@ -64,7 +64,7 @@ jobs: strategy: matrix: - os: [macos-11, macos-12, macos-13] + os: [macos-12, macos-13, macos-14] env: CI_MATRIX_OS: ${{ matrix.os }} @@ -76,7 +76,7 @@ jobs: run: | set -x export OS_SUBFIX=".${CI_MATRIX_OS}" - curl -L -o calm.dmg https://github.com/VitoVan/calm/releases/download/1.0.1/calm${OS_SUBFIX}.dmg + curl -L -o calm.dmg https://github.com/VitoVan/calm/releases/download/1.3.1/calm${OS_SUBFIX}.dmg hdiutil attach calm.dmg cp -R "/Volumes/Calm - CALM/Calm.app/Contents/MacOS/" calm ls -lah calm @@ -95,7 +95,7 @@ jobs: files: | *.dmg Windows: - runs-on: windows-latest + runs-on: windows-2019 steps: - uses: actions/checkout@v3 @@ -107,7 +107,7 @@ jobs: run: | set -x pacman -S --noconfirm --needed unzip - curl -L -o calm.zip https://github.com/VitoVan/calm/releases/download/1.0.1/calm.zip + curl -L -o calm.zip https://github.com/VitoVan/calm/releases/download/1.3.1/calm.zip unzip calm.zip ls -lah calm export PATH=$PATH:$(pwd)/calm/