Skip to content

Commit

Permalink
Revert "Use ubuntu version 20.04 in unit tests"
Browse files Browse the repository at this point in the history
This reverts commit 22cc639.
  • Loading branch information
Shon Feder committed Sep 18, 2023
1 parent fda076c commit 1270455
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,7 @@ jobs:
# Allows other OS tests to proceed even if one fails
fail-fast: false
matrix:
# Ubuntu version pinned as workaround for https://github.com/actions/runner-images/issues/6709
operating-system: [ubuntu-20.04, macos-latest]
operating-system: [ubuntu-latest, macos-latest]
steps:
- uses: actions/checkout@v2
- name: Set up JDK 17
Expand Down

0 comments on commit 1270455

Please sign in to comment.