Skip to content
Snippets Groups Projects
Unverified Commit f75c9c5e authored by auphelia's avatar auphelia Committed by GitHub
Browse files

Merge pull request #725 from Xilinx/fix/GHA

Update GHA to use Ubuntu 20.04
parents a06dc5bd c68110a3
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ on: ...@@ -7,7 +7,7 @@ on:
jobs: jobs:
docker: docker:
runs-on: ubuntu-18.04 runs-on: ubuntu-20.04
steps: steps:
- -
name: checkout name: checkout
......
...@@ -11,7 +11,7 @@ jobs: ...@@ -11,7 +11,7 @@ jobs:
test: test:
name: Run quicktest on PR branch name: Run quicktest on PR branch
runs-on: ubuntu-18.04 runs-on: ubuntu-20.04
steps: steps:
- name: checkout - name: checkout
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment