Skip to content

Commit

Permalink
use 20.04 instead of 22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
duguyue100 committed Dec 30, 2022
1 parent dd234a1 commit 44ed706
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
os: [ubuntu-20.04, macos-latest]
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"]

steps:
Expand All @@ -21,7 +21,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Install Ubuntu dependencies
if: ${{ matrix.os == 'ubuntu-latest' }}
if: ${{ matrix.os == 'ubuntu-20.04' }}
run: |
gcc --version;
sudo apt-get install build-essential -y;
Expand Down

0 comments on commit 44ed706

Please sign in to comment.