Skip to content

Commit

Permalink
ci: fix executor name
Browse files Browse the repository at this point in the history
  • Loading branch information
dsanders11 authored Nov 2, 2024
1 parent ba528f3 commit e2d9997
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ orbs:
node: electronjs/[email protected]

executors:
linux-medium+:
linux-medium-plus:
docker:
- image: cimg/base:stable
resource_class: medium+
Expand Down Expand Up @@ -132,7 +132,7 @@ jobs:
npm install [email protected]
- when:
condition:
equal: [linux-medium+, << parameters.executor >>]
equal: [linux-medium-plus, << parameters.executor >>]
steps:
- run:
name: Linux specific setup
Expand Down Expand Up @@ -180,10 +180,10 @@ workflows:
- lint-and-build
matrix:
parameters:
executor: [node/windows, linux-medium+, node/macos]
executor: [node/windows, linux-medium-plus, node/macos]
arch: [x64, arm64]
exclude:
- executor: node/windows
arch: arm64
- executor: linux-medium+
- executor: linux-medium-plus
arch: arm64

0 comments on commit e2d9997

Please sign in to comment.