Skip to content

Commit

Permalink
add jammy and x64 labels for self-hosted runners
Browse files Browse the repository at this point in the history
  • Loading branch information
jdkandersson authored and Pjack committed Apr 11, 2024
1 parent d8a6bcc commit 0987c0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
include:
- juju-channel: "3.1/stable"
command: "make functional"
runs-on: "['self-hosted', 'xlarge']"
runs-on: "['self-hosted', 'xlarge', 'jammy', 'x64']"
with:
command: ${{ matrix.command }}
juju-channel: ${{ matrix.juju-channel }}
Expand Down

0 comments on commit 0987c0d

Please sign in to comment.