Skip to content

Commit

Permalink
update runner
Browse files Browse the repository at this point in the history
  • Loading branch information
lowobservable committed Jul 4, 2024
1 parent 5f8fd71 commit 67a5fb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/adapter1_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
lint_fpga:
name: Lint FPGA
runs-on: ubuntu-latest
runs-on: ubuntu-24.04

defaults:
run:
Expand All @@ -28,7 +28,7 @@ jobs:

test_fpga:
name: Test FPGA
runs-on: ubuntu-latest
runs-on: ubuntu-24.04

defaults:
run:
Expand Down

0 comments on commit 67a5fb4

Please sign in to comment.