Use specific Ubuntu version in build script

This commit is contained in:
Evan Husted 2025-01-20 19:27:34 -06:00
parent bf584442b2
commit ea296b134d
2 changed files with 2 additions and 2 deletions

View file

@ -202,7 +202,7 @@ jobs:
macos_release:
name: Release MacOS universal
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4

View file

@ -183,7 +183,7 @@ jobs:
macos_release:
name: Release MacOS universal
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4