Skip to content

Commit

Permalink
try to use ubuntu-latest
Browse files Browse the repository at this point in the history
ubuntu-20.04 has started to fail some times, lets see if can use latest now
  • Loading branch information
pabuhler authored Dec 12, 2023
1 parent 944b0e7 commit 39cb055
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/autotools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-20.04, macos-latest]
os: [ubuntu-latest, macos-latest]
crypto: [internal, openssl, nss]
include:
- crypto: internal
Expand Down

0 comments on commit 39cb055

Please sign in to comment.