Skip to content

Commit

Permalink
Upgrade to macos-12.
Browse files Browse the repository at this point in the history
  • Loading branch information
fniephaus committed Aug 12, 2024
1 parent 22cc13f commit a6e49a3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:
distribution: ['graalvm', 'graalvm-community']
os: [
ubuntu-latest,
macos-14, # macOS on Apple silicon
macos-12, # macOS on Intel
macos-latest, # macOS on Apple silicon
macos-12, # macOS on Intel
windows-latest
]
components: ['']
Expand Down Expand Up @@ -109,7 +109,7 @@ jobs:
- version: '22.3.1'
java-version: '11' # for JDK 11 notification
components: 'native-image'
os: macos-11
os: macos-12
- version: '22.3.1'
java-version: '17'
components: 'native-image'
Expand Down

0 comments on commit a6e49a3

Please sign in to comment.