Skip to content

Commit 3cadf42

Browse files
committed
Remove macos-13 from CI as it's EOL and gone
1 parent de52603 commit 3cadf42

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/go.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
runs-on: ${{ matrix.os }}
7373
strategy:
7474
matrix:
75-
os: [ 'ubuntu-24.04', 'ubuntu-22.04', 'macos-13' ]
75+
os: [ 'ubuntu-24.04', 'ubuntu-22.04' ]
7676
go: [ '1.18', '1.17', '1.16', '1.15', '1.14', '1.13', '1.12' ]
7777
name: Go ${{ matrix.go }} (${{ matrix.os }})
7878
steps:

0 commit comments

Comments
 (0)