Skip to content

Commit

Permalink
chore: update Github runners
Browse files Browse the repository at this point in the history
Ubuntu 18 and Macos 10 runners are obsolete
  • Loading branch information
tlecomte authored Apr 7, 2024
1 parent c88525e commit 9d0c1e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
if-no-files-found: error

build-linux:
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
strategy:
matrix:
python-version: ['3.11']
Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:
if-no-files-found: error

build-macos:
runs-on: macos-10.15
runs-on: macos-12
strategy:
matrix:
python-version: ['3.11']
Expand Down

0 comments on commit 9d0c1e7

Please sign in to comment.