Skip to content

Commit

Permalink
Set "run-on" version as "ubuntu-18.04" on CI
Browse files Browse the repository at this point in the history
Signed-off-by: Vladislav Byrgazov <vladislav.byrgazov@xored.com>
  • Loading branch information
Vladislav Byrgazov committed Sep 16, 2024
1 parent 6b23095 commit 16082ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
jobs:
setup_github_runner:
name: Setup actions runner
runs-on: ubuntu-latest
runs-on: ubuntu-18.04
env:
METAL_AUTH_TOKEN: ${{ secrets.PACKET_AUTH_TOKEN }}
METAL_PROJECT_ID: ${{ secrets.PACKET_PROJECT_ID }}
Expand Down

0 comments on commit 16082ba

Please sign in to comment.