Skip to content

Commit

Permalink
Merge pull request #1304 from tinaboyce/1302-bump-macos-runner
Browse files Browse the repository at this point in the history
Bump macos runner from 11 to 12
  • Loading branch information
mapkon authored Jun 29, 2024
2 parents 00303be + a2d7f3c commit 3f4aaf8
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 3f4aaf8

Please sign in to comment.