Skip to content

Commit

Permalink
Use older OS versions of tests as well as builds
Browse files Browse the repository at this point in the history
  • Loading branch information
samuong authored Jul 3, 2024
1 parent 6f7f2c1 commit 977281a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
test:
strategy:
matrix:
os: [ 'macos-latest', 'ubuntu-latest', 'windows-latest' ]
os: [ 'macos-13', 'ubuntu-20.04', 'windows-2019' ]
go: [ '1.22' ]

runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 977281a

Please sign in to comment.