Skip to content

Commit

Permalink
Fixed CI builds by switching to the previous versions of runners.
Browse files Browse the repository at this point in the history
  • Loading branch information
xvitaly committed Jan 9, 2025
1 parent 2561dff commit 5776ebd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:
jobs:
analyze:
name: Analyze with CodeQL
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
permissions:
actions: read
contents: read
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:
jobs:
build:
name: Build project using Mono
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Fetching sources
uses: actions/checkout@v4
Expand Down

0 comments on commit 5776ebd

Please sign in to comment.