Skip to content

Commit

Permalink
chore: remove deprecated tags (#1092)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakeyheath authored Feb 3, 2025
1 parent 14edf7d commit 067c7b8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ on: pull_request

jobs:
golden:
runs-on: [self-hosted, ARM64, linux]
runs-on: [ARM64]
steps:
- name: Generate token
id: generate_token
Expand All @@ -26,7 +26,7 @@ jobs:
add: -A
message: commit from ci -- updated golden files
test:
runs-on: [self-hosted, ARM64, linux]
runs-on: [ARM64]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
Expand All @@ -37,7 +37,7 @@ jobs:
run: make test-ci

lint:
runs-on: [self-hosted, ARM64, linux]
runs-on: [ARM64]
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
Expand Down

0 comments on commit 067c7b8

Please sign in to comment.