Skip to content

Commit

Permalink
Update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
jdavidberger committed Sep 25, 2023
1 parent ec902cc commit 08e19dc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-18.04, windows-latest]
os: [ubuntu-20.04, windows-latest]

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ jobs:
fail-fast: false
matrix:
build_type: [Release]
os: [ubuntu-18.04, windows-latest]
os: [ubuntu-20.04, windows-latest]
include:
- os: ubuntu-18.04
- os: ubuntu-20.04
build_type: Debug
config_flags: "-DUSE_ASAN=ON"
deps: libasan6
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-source.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
gather-source:
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
with:
Expand Down

0 comments on commit 08e19dc

Please sign in to comment.