Skip to content

Commit

Permalink
Switch to specific version of ubuntu instead of using latest.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlemstra committed Jan 22, 2025
1 parent 82b1e29 commit c7244d9
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 @@ -13,7 +13,7 @@ jobs:
name: 'Linux (Q8/Q16/Q16-HDRI, x64)'
container:
image: mcr.microsoft.com/dotnet/sdk:8.0
runs-on: ubuntu-latest
runs-on: ubuntu-24.04

steps:

Expand Down Expand Up @@ -46,7 +46,7 @@ jobs:
name: 'Linux musl (Q8/Q16/Q16-HDRI, x64)'
container:
image: mcr.microsoft.com/dotnet/sdk:8.0-alpine
runs-on: ubuntu-latest
runs-on: ubuntu-24.04

steps:

Expand Down

0 comments on commit c7244d9

Please sign in to comment.