Skip to content

Commit

Permalink
update linux.yml to fix incorrect runs-on tags
Browse files Browse the repository at this point in the history
  • Loading branch information
lionkor authored Dec 30, 2023
1 parent 2705c03 commit 1850195
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
run: ./bin/BeamMP-Server-tests

debian-11-arm64-build:
runs-on: [self-hosted, linux, ARM64]
runs-on: [Linux, ARM64]
container:
image: debian:11
steps:
Expand Down

0 comments on commit 1850195

Please sign in to comment.