diff --git a/.github/workflows/ci-nimbus.yml b/.github/workflows/ci-nimbus.yml index 1a2ddce..d2dad5a 100644 --- a/.github/workflows/ci-nimbus.yml +++ b/.github/workflows/ci-nimbus.yml @@ -1,9 +1,8 @@ name: CI-nimbus on: push: - # total hack... can remove later but I want to preserve for now - branches: - - disable_this_ci + paths: + - atlas.lock jobs: build: @@ -30,7 +29,7 @@ jobs: shell: bash - target: os: macos - builder: macos-10.15 + builder: macos-12 shell: bash - target: os: windows