Skip to content

Commit 8df3aba

Browse files
authored
Fix: updated runner image versions (#216)
1 parent a8da87d commit 8df3aba

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,19 +20,19 @@ jobs:
2020
- 6.2.4
2121
- 6.5.0
2222
platform:
23-
- ubuntu-20.04
23+
- ubuntu-latest
2424
- windows-latest
25-
- macos-13
25+
- macos-15-intel
2626
include:
2727
- qt_version: 6.2.4
2828
additional_arguments: -D QT_DEFAULT_MAJOR_VERSION=6
2929
- qt_version: 6.5.0
3030
additional_arguments: -D QT_DEFAULT_MAJOR_VERSION=6
31-
- platform: ubuntu-20.04
31+
- platform: ubuntu-latest
3232
make: make
3333
CXXFLAGS: -Wall -Wextra -pedantic -Werror
3434
MAKEFLAGS: -j2
35-
- platform: macos-13
35+
- platform: macos-15-intel
3636
make: make
3737
CXXFLAGS: -Wall -Wextra -pedantic -Werror
3838
MAKEFLAGS: -j3

0 commit comments

Comments
 (0)