We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f310e5d commit ce0436cCopy full SHA for ce0436c
1 file changed
.github/workflows/test.yml
@@ -94,13 +94,13 @@ jobs:
94
test:
95
strategy:
96
matrix:
97
- platform: [ubuntu-latest, windows-latest, macos-latest]
+ platform: [ubuntu-24.04, windows-2022, macos-14]
98
include:
99
- - platform: ubuntu-latest
+ - platform: ubuntu-24.04
100
target: linux
101
- - platform: windows-latest
+ - platform: windows-2022
102
target: windows
103
- - platform: macos-latest
+ - platform: macos-14
104
target: darwin
105
name: 'Test (${{ matrix.target }})'
106
runs-on: ${{ matrix.platform }}
0 commit comments