mirror of
https://github.com/wasp-lang/wasp.git
synced 2024-11-23 01:54:37 +03:00
Remove cancel action. Use MacOS 13.
This commit is contained in:
parent
6db73ba68a
commit
5669db39de
17
.github/workflows/waspc-ci.yaml
vendored
17
.github/workflows/waspc-ci.yaml
vendored
@ -24,16 +24,12 @@ defaults:
|
|||||||
shell: bash
|
shell: bash
|
||||||
working-directory: waspc
|
working-directory: waspc
|
||||||
|
|
||||||
jobs:
|
# Cancel other action runs for the same workflow and branch if one is in progress.
|
||||||
cancel:
|
concurrency:
|
||||||
name: Cancel redundant actions already in progress
|
group: ${{ github.workflow }}-${{ github.ref }}
|
||||||
runs-on: ubuntu-latest
|
cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}
|
||||||
steps:
|
|
||||||
- name: Cancel actions in progress of same workflow and same branch
|
|
||||||
uses: styfle/cancel-workflow-action@0.11.0
|
|
||||||
with:
|
|
||||||
access_token: ${{ github.token }}
|
|
||||||
|
|
||||||
|
jobs:
|
||||||
build:
|
build:
|
||||||
name: Build Wasp
|
name: Build Wasp
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
@ -48,7 +44,8 @@ jobs:
|
|||||||
# Still looking into musl static binaries.
|
# Still looking into musl static binaries.
|
||||||
# Ref: https://github.com/wasp-lang/wasp/issues/650
|
# Ref: https://github.com/wasp-lang/wasp/issues/650
|
||||||
- ubuntu-20.04
|
- ubuntu-20.04
|
||||||
- macos-latest
|
# Not using macos-latest becuase of a bug in Haskell setup Github action: https://github.com/haskell-actions/setup/issues/77
|
||||||
|
- macos-13
|
||||||
- windows-latest
|
- windows-latest
|
||||||
node-version:
|
node-version:
|
||||||
- 'latest'
|
- 'latest'
|
||||||
|
Loading…
Reference in New Issue
Block a user