Skip to content

Commit 91474de

Browse files
committed
[LINUX] Switch to Ubuntu 22.04
1 parent 0c00798 commit 91474de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/linux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
# Cloning the repository is still necessary in any case
1313
# to calculate the hash for the cache key
1414
name: Build Google V8
15-
runs-on: ubuntu-20.04
15+
runs-on: ubuntu-22.04
1616
outputs:
1717
v8-hash: ${{ steps.build-v8.outputs.v8-hash }}
1818
steps:
@@ -63,7 +63,7 @@ jobs:
6363
STPYV8_BOOST_PYTHON: boost_python${{ matrix.python-version }}
6464
strategy:
6565
matrix:
66-
os: [ubuntu-20.04]
66+
os: [ubuntu-22.04]
6767
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
6868
boost-version: [1.87.0]
6969
boost-version-snake: ['1_87_0']

0 commit comments

Comments
 (0)