Skip to content

Commit

Permalink
Merge pull request #80 from lbl-srg/issue79_ubuntuVersion
Browse files Browse the repository at this point in the history
Change Ubuntu version
  • Loading branch information
AntoineGautier authored Apr 17, 2024
2 parents e5cb030 + 9d58dee commit 9cc6dcb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
os: [ubuntu-20.04, windows-latest, macos-latest]
python-version: ['3.8', '3.9']

steps:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ By convention, the error is `max(0, y - y_up) - min(0, y - y_low)` and hence it

The software is tested on the following platforms.

* Linux x64 (Ubuntu 22.04)
* Linux x64 (Ubuntu 20.04)
* Windows x64 (Windows Server 2022)
* macOS x64 and arm64 (macOS 12)

Expand Down

0 comments on commit 9cc6dcb

Please sign in to comment.