Skip to content

Commit

Permalink
runs-on clause
Browse files Browse the repository at this point in the history
  • Loading branch information
jtguibas committed Jan 24, 2024
1 parent a01500a commit 7ae3e44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
# - os: Linux
# arch: X64
# triple: x86_64-unknown-linux-gnu
# runs-on: [buildjet-32vcpu-ubuntu-2204, "${{ matrix.os }}", "${{ matrix.arch }}"]
runs-on: [buildjet-32vcpu-ubuntu-2204]
steps:
- name: Checkout sources
uses: actions/checkout@v2
Expand Down

0 comments on commit 7ae3e44

Please sign in to comment.