Skip to content

Commit

Permalink
Remove now-unsupported ubuntu-18.04
Browse files Browse the repository at this point in the history
  • Loading branch information
cjordan committed Aug 11, 2023
1 parent d725f63 commit f5976a4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ jobs:
- name: Generate test lcov coverage into coverage/ dir
run: |
mkdir -p coverage
/opt/cargo/bin/cargo llvm-cov --all --lcov --output-path coverage/coverage.lcov
/opt/cargo/bin/cargo llvm-cov --all --locked --lcov --output-path coverage/coverage.lcov
# this uses the result of the previous run to generate a text summary
/opt/cargo/bin/cargo llvm-cov --no-run
/opt/cargo/bin/cargo llvm-cov --no-run --locked
- name: Upload reports to codecov.io
uses: codecov/codecov-action@v2
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/linux_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ jobs:
strategy:
matrix:
os:
- "ubuntu-18.04"
- "ubuntu-20.04"
- "ubuntu-22.04"
feature_set:
Expand Down
2 changes: 1 addition & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!-- markdownlint-disable=MD025 -->

# Version 0.10.0 (unreleased)
# Version 0.10.0 (2023-08-11)
- 🙏 quality of life:
- uvfits are now written out with a second DATE and INTTIM
- ➕ dependencies:
Expand Down

0 comments on commit f5976a4

Please sign in to comment.