Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/disabled_cbc_workflows/push_test_cbc.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Built-in Tests for Push (Cbc in Ubuntu 18.04)
name: Built-in Tests for Push (Cbc in latest Ubuntu)

on:

Expand All @@ -9,7 +9,7 @@ on:
jobs:

test:
runs-on: ubuntu-18.04
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pull_request_tests.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Built-in Tests for Pull Requests (Xpress in Ubuntu 18.04)
name: Built-in Tests for Pull Requests (Xpress in latest Ubuntu)

on:

Expand All @@ -14,7 +14,7 @@ on:
jobs:

test:
runs-on: ubuntu-18.04
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/push_tests.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Built-in Tests for Push (Xpress in Ubuntu 18.04)
name: Built-in Tests for Push (Xpress in latest Ubuntu)

on:

Expand All @@ -10,7 +10,7 @@ on:
jobs:

test:
runs-on: ubuntu-18.04
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ Classify the change according to the following categories:
##### Removed
### Patches

## Develop
### Minor Updates
##### Changed
- Updated ubuntu-18.04 to ubuntu-latest in GitHub push/pull tests because 18.04 was deprecated in GitHub Actions

## v2.8.0
### Minor Updates
##### Changed
Expand Down