Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hmusta authored Mar 4, 2025
1 parent c39924b commit a98429f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ env:
jobs:

Linux:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04

strategy:
matrix:
Expand Down Expand Up @@ -194,7 +194,7 @@ jobs:

Metagraph-Workflows:
name: Test metagraph workflows
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
needs: [Linux]

steps:
Expand Down Expand Up @@ -232,7 +232,7 @@ jobs:
# adapted from https://docs.github.com/en/actions/guides/publishing-docker-images#publishing-images-to-github-packages
if: github.event_name != 'pull_request'
needs: [Linux, Metagraph-Workflows]
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
permissions:
contents: read
packages: write
Expand Down Expand Up @@ -269,7 +269,7 @@ jobs:
Release:
name: Create Release
if: startsWith(github.ref, 'refs/tags/v')
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
needs: [Linux, Metagraph-Workflows]
steps:
- uses: actions/checkout@v1
Expand Down

0 comments on commit a98429f

Please sign in to comment.