Skip to content

Commit

Permalink
Runners for Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
digiserg committed Feb 17, 2025
1 parent 051237b commit 2b515df
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,10 @@ jobs:
strategy:
matrix:
include:
- os: [self-hosted, linux, X64]
- os: [ubuntu-24.04]
target: Linux

- os: [ubuntu-24.04-arm]
target: Linux

# M1
Expand All @@ -60,9 +63,6 @@ jobs:

- os: windows-latest
target: Windows

# - os: "[self-hosted, linux, ARM64]"
# target: Linux
steps:
- name: Checkout Repository
uses: actions/checkout@v4
Expand Down

0 comments on commit 2b515df

Please sign in to comment.