Skip to content

Commit

Permalink
changed to macOS larger runners
Browse files Browse the repository at this point in the history
  • Loading branch information
Code-Hex committed Feb 25, 2024
1 parent c319894 commit 89a71a9
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,13 @@ jobs:
fail-fast: false
matrix:
os:
- macOS-11
- macOS-12
- macOS-13
- macos-11
- macos-12
- macos-13
- macos-14
go:
- '^1.20'
- '^1.21'
- '^1.22'
steps:
- name: Check out repository code
uses: actions/checkout@v3
Expand Down

0 comments on commit 89a71a9

Please sign in to comment.