We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc793d8 commit 4bc381eCopy full SHA for 4bc381e
.github/workflows/main.yml
@@ -34,7 +34,7 @@ jobs:
34
# Debian (docker)
35
- { name: debian, ts: 'nts', compiler: 'gcc', os: ubuntu-20.04 }
36
# macOS
37
- - { name: mac, ts: 'nts', compiler: 'clang', os: macos-12 }
+ - { name: mac, ts: 'nts', compiler: 'clang', os: macos-13 }
38
39
steps:
40
- uses: actions/checkout@v3
0 commit comments