Skip to content

Commit 58e2072

Browse files
committed
Changed some of the runners used in the GitHub Actions CI workflow.
1 parent bb7d62b commit 58e2072

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,18 @@ jobs:
1313
build:
1414
strategy:
1515
matrix:
16-
os: [ubuntu-22.04, ubuntu-20.04, macos-15, macos-13]
16+
os: [ubuntu-24.04, ubuntu-24.04-arm, macos-15]
1717
compiler: [ {cc: gcc, cxx: g++}, {cc: clang, cxx: clang++} ]
1818
include:
19-
- os: [windows-2022]
19+
- os: [windows-2025]
2020
exclude:
2121
# Temporarily disable Ubuntu 20.04 with GCC since linking with
2222
# TSan fails due the linker being unable to find libtsan_preinit.o.
2323
# This used to work previously.
2424
# Perhaps, the cause is related to the following Ubuntu issue:
2525
# https://bugs.launchpad.net/ubuntu/+source/gcc-9/+bug/2029910
26-
- os: ubuntu-20.04
27-
compiler: {cc: gcc, cxx: g++}
26+
#- os: ubuntu-20.04
27+
# compiler: {cc: gcc, cxx: g++}
2828
fail-fast: false
2929
runs-on: ${{ matrix.os }}
3030
steps:

0 commit comments

Comments
 (0)