Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kinokrt authored Dec 14, 2023
1 parent 980d0bc commit 723a25d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
conan-profile-build-type: Release
conan-preset: release

runs-on: ubuntu-22.04.3
runs-on: ubuntu-22.04.03

name: |
doc-${{ matrix.compiler.id }}-${{ matrix.build-config.id }}
Expand Down Expand Up @@ -223,7 +223,7 @@ jobs:
- compiler: { id: gcc-13 }
build-and-test-config: { id: relwithdebinfo-tsan }

runs-on: ubuntu-22.04.3
runs-on: ubuntu-22.04.03

name: |
build-${{ matrix.compiler.id }}-${{ matrix.build-and-test-config.id }}
Expand Down

0 comments on commit 723a25d

Please sign in to comment.