Skip to content

Commit

Permalink
Bump macos runner from 11 to 12
Browse files Browse the repository at this point in the history
Closes #1302
  • Loading branch information
tinaboyce committed Jun 29, 2024
1 parent 88ad937 commit a066899
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macOS-latest, macos-11]
os: [ubuntu-latest, macOS-latest, macos-12]
steps:
- name: Set up Go 1.x
uses: actions/setup-go@v5
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
path: reports
- uses: actions/download-artifact@v4
with:
name: macos-11_reports
name: macos-12_reports
path: reports

- name: Codecov
Expand Down

0 comments on commit a066899

Please sign in to comment.