Skip to content

Commit

Permalink
CI: update macos version
Browse files Browse the repository at this point in the history
  • Loading branch information
NoiseByNorthwest committed Sep 29, 2024
1 parent fc793d8 commit 4bc381e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
# Debian (docker)
- { name: debian, ts: 'nts', compiler: 'gcc', os: ubuntu-20.04 }
# macOS
- { name: mac, ts: 'nts', compiler: 'clang', os: macos-12 }
- { name: mac, ts: 'nts', compiler: 'clang', os: macos-13 }

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 4bc381e

Please sign in to comment.