Skip to content

Commit

Permalink
use macos-14
Browse files Browse the repository at this point in the history
  • Loading branch information
RyuaNerin committed Jun 22, 2024
1 parent 038c609 commit 51a700a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/lint-and-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,13 @@ jobs:

runs-on:
- ubuntu-latest
- [ 'macOS', 'self-hosted', 'lint' ]
- macos-14
#- [ 'macOS', 'self-hosted', 'lint' ]
- windows-latest

exclude:
- runs-on: [ 'macOS', 'self-hosted', 'lint' ]
#- runs-on: [ 'macOS', 'self-hosted', 'lint' ]
- runs-on: macos-14
go-version: '1.15'

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

0 comments on commit 51a700a

Please sign in to comment.