Skip to content

Commit

Permalink
Use the latest OS versions for Github tests
Browse files Browse the repository at this point in the history
  • Loading branch information
olebole committed Jan 12, 2024
1 parent 09d99d0 commit dca83a1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ jobs:
strategy:
matrix:
include:
- name: Ubuntu 20.04 Focal x86_64
os: ubuntu-20.04
- name: Ubuntu
os: ubuntu-latest

- name: macOS 10.15 Catalina x86_64
os: macos-10.15
- name: macOS
os: macos-latest

steps:
- name: Checkout repository
Expand Down

0 comments on commit dca83a1

Please sign in to comment.