We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c2850e commit 2a819e9Copy full SHA for 2a819e9
.github/workflows/build_and_publish.yml
@@ -12,7 +12,7 @@ jobs:
12
runs-on: ${{ matrix.os }}
13
strategy:
14
matrix:
15
- os: [ ubuntu-20.04, windows-2019, macos-11 ]
+ os: [ ubuntu-24.04, windows-2019, macos-13, macos-latest ]
16
17
steps:
18
- uses: actions/checkout@v4
0 commit comments