Skip to content

Commit

Permalink
Remove beta label from runner
Browse files Browse the repository at this point in the history
  • Loading branch information
garyttierney committed Oct 11, 2024
1 parent d245e65 commit 113a422
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
build_configuration:
- target: x86_64-unknown-linux-gnu
cpu: native
runs-on: ubuntu-24.04 [Beta]
runs-on: ubuntu-24.04
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}-${{ matrix.build_configuration.target }}-${{ matrix.build_configuration.cpu }}
cancel-in-progress: true
Expand Down

0 comments on commit 113a422

Please sign in to comment.