Skip to content

Commit

Permalink
Attempt to upgrade to ubuntu 23.04 for gcc 13
Browse files Browse the repository at this point in the history
  • Loading branch information
psyomn committed Dec 24, 2023
1 parent da43cc9 commit 591fe2f
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 @@ -6,13 +6,13 @@ on:
push:
pull_request:
schedule:
# Run every week just to make sure the CI environment still works.
# Run every week just to make sure the CI environment still works.
- cron: '0 0 * * 0'

jobs:
build-ubuntu:

runs-on: ubuntu-22.04
runs-on: ubuntu-23.04

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 591fe2f

Please sign in to comment.