Skip to content

Commit

Permalink
Move this on top
Browse files Browse the repository at this point in the history
  • Loading branch information
larziwau authored Dec 9, 2024
1 parent 8ea5156 commit d09cd36
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ jobs:
strategy:
matrix:
include:
- name: Windows
os: windows-latest
target: x86_64-pc-windows-msvc
bin-suffix: ".exe"

- name: Linux
os: ubuntu-latest
target: x86_64-unknown-linux-gnu
Expand All @@ -21,11 +26,6 @@ jobs:
target: aarch64-unknown-linux-gnu
bin-suffix: "-arm64"

- name: Windows
os: windows-latest
target: x86_64-pc-windows-msvc
bin-suffix: ".exe"

steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down

0 comments on commit d09cd36

Please sign in to comment.