Skip to content

Commit

Permalink
Use self-hosted runner
Browse files Browse the repository at this point in the history
  • Loading branch information
outofforest committed Dec 22, 2024
1 parent ea23dd4 commit 7bad3a5
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
"test/go",
]

runs-on: ubuntu-latest
runs-on: self-hosted
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
3 changes: 0 additions & 3 deletions hash/asm_test.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
// GitHub actions run on machines not supporting AVX-512 instructions.
//go:build nogithub

//nolint:lll

package hash
Expand Down
3 changes: 0 additions & 3 deletions space/compare/asm_test.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
// GitHub actions run on machines not supporting AVX-512 instructions.
//go:build nogithub

package compare

import (
Expand Down
3 changes: 0 additions & 3 deletions space/space_test.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
// GitHub actions run on machines not supporting AVX-512 instructions.
////go:build nogithub

package space

import (
Expand Down

0 comments on commit 7bad3a5

Please sign in to comment.