Skip to content

Commit 6d0ea03

Browse files
committed
CI: fix the agent image versions
1 parent 7e6c7ca commit 6d0ea03

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ jobs:
1818
matrix:
1919
config:
2020
- name: 'macos'
21-
image: 'macos-12'
21+
image: 'macos-14'
2222
- name: 'linux'
23-
image: 'ubuntu-22.04'
23+
image: 'ubuntu-24.04'
2424
- name: 'windows'
2525
image: 'windows-2022'
2626

0 commit comments

Comments
 (0)