Skip to content

Commit

Permalink
update runs-on
Browse files Browse the repository at this point in the history
  • Loading branch information
gsmachado committed Feb 18, 2024
1 parent e6921b6 commit 437f549
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ env:
jobs:

build-neo-cli-with-plugins:
runs-on: ${{ matrix.platform == 'linux/amd64' && 'ubuntu-latest' || 'self-hosted, ARM64' }}
runs-on: ${{ (matrix.platform == 'linux/amd64' && 'ubuntu-latest') || (matrix.platform == 'linux/arm64' && 'ARM64') }}
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 437f549

Please sign in to comment.